Xref: utzoo comp.unix.questions:6279 comp.unix.wizards:7395 comp.lang.c:8579 Path: utzoo!utgpu!water!watmath!clyde!rutgers!gatech!mcnc!decvax!decwrl!labrea!csli!gandalf From: gandalf@csli.STANFORD.EDU (Juergen Wagner) Newsgroups: comp.unix.questions,comp.unix.wizards,comp.lang.c Subject: Re: 3B2 cpp #ifdef + #include Message-ID: <3127@csli.STANFORD.EDU> Date: 27 Mar 88 06:38:55 GMT References: <109@iquery.UUCP> Reply-To: gandalf@csli.stanford.edu (Juergen Wagner) Organization: Center for the Study of Language and Information, Stanford U. Lines: 10 The problem with your cpp is that all the lines starting with # have to be valid syntax, i.e. "junk junk" is not relevant because it is just text and cpp doesn't know if this is correct or not, but "# include junk" is invalid because is violates cpp syntax. BTW, I tried it on Suns, and there are no error messages. -- Juergen Wagner, gandalf@csli.stanford.edu Center for the Study of Language and Information (CSLI), Stanford CA