Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ulowell!m2c!applix!scott From: scott@applix.UUCP (Scott Evernden) Newsgroups: comp.sys.amiga Subject: Re: Lattice C V5.0 #include bug Message-ID: <917@applix.UUCP> Date: 5 Mar 89 02:55:35 GMT References: Reply-To: scott@applix.UUCP (Scott Evernden) Distribution: na Organization: APPLiX Inc., Westboro MA Lines: 17 In article shadow@pawl.rpi.edu writes: >Just a quick note - the setjmp.h include file distributed with V5.0 of >Lattice C begins with: > >#ifndef __setjmp_h >#define __setjmp_h 1 > >but does not have the corresponding #endif. There are 2 #endifs at the end of the file, but there is no newline after the second one. I'll bet you're using "cat" which doesn't display the file properly. "type" it and you'll see both #endifs. -scott yo