Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!rochester!rit!ultb!jxy7070 From: jxy7070@ultb.isc.rit.edu (J.X. Yih) Newsgroups: comp.lang.c Subject: The Order of Include Files Message-ID: <3109@ultb.isc.rit.edu> Date: 9 May 90 08:21:53 GMT Reply-To: jxy7070@ultb.isc.rit.edu (J.X. Yih ) Organization: Rochester Institute of Technology, Information Systems Lines: 26 Hi, I have used MSC 5.0 for 2.3 years. But, I never had such a strange problem... First, let me ask you a question: /**************************************************************/ If I rearrange the order of include files, is it possible for the compiler to die? /**************************************************************/ Before you answer it, let me tell you a true story: I wrote a few include files about 1.7 years ago. Now, I reuse them in my program and try to compile it. But, after few seconds, it stops. Without any error message, it just die! (I mean I must press Ctrl-Alt-Del to reboot.) I make every effort to debug. And fail... Finally, by comparing it with other programs, I make a stupid action -- change the order of my include files. Then it works!! Ok, now, what's your answer? jxy7070@ultb.isc.rit.edu