Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bbn!rochester!pt.cs.cmu.edu!andrew.cmu.edu!+ From: rpd@cs.cmu.edu (Richard Draves) Newsgroups: comp.lang.c Subject: Re: Problems with GCC and/or VAX LINK Message-ID: Date: 17 Mar 89 05:57:33 GMT References: <18426@iuvax.cs.indiana.edu>, <1732@levels.sait.edu.au>, <9861@smoke.BRL.MIL> Organization: Carnegie Mellon, Pittsburgh, PA Lines: 12 In-Reply-To: <9861@smoke.BRL.MIL> Could someone help with the following questions about the proposed ANSI C standard? I've checked K&R2, with inclusive results. First, I'd like to know if a #if in one file can be matched by a #else or #endif in another file. Second, I'd like to know if when one is skipping over tokens looking for a #else or #endif, one is entitled to skip #include directives without substituting the file. Thanks, Rich