Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.gcc.bug Subject: fixincludes Message-ID: <8903122017.AA10718@yahi> Date: 12 Mar 89 20:17:41 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 fixincludes finds and fixes bugs in the IOCTL tradition, but there are other bugs in Sun pixrects files which need fixing, namely, this form #ifndef BLA.H #define BLA.H ... #endif BLA.H should be changed to #ifndef BLA_H #define BLA_H ... #endif /* BLA_H */ Michael