Xref: utzoo comp.lang.c:23416 comp.lang.c++:5279 gnu.g++:488 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!samsung!usc!apple!oliveb!tymix!cirrusl!sun505!dhesi From: dhesi@sun505.UUCP (Rahul Dhesi) Newsgroups: comp.lang.c,comp.lang.c++,gnu.g++ Subject: Re: A solution to the multiple inclusion problem Message-ID: <1011@cirrusl.UUCP> Date: 28 Oct 89 01:39:06 GMT References: <14240@well.UUCP> <2051@prune.bbn.com> <1088@odin.SGI.COM> Sender: news@cirrusl.UUCP Reply-To: dhesi%cirrusl@oliveb.ATC.olivetti.com (Rahul Dhesi) Organization: Cirrus Logic Inc. Lines: 13 In article <1088@odin.SGI.COM> shap@delrey.sgi.com (Jonathan Shapiro) writes: > #include FRED_H Please be alert for problems. K&R requires the token after the "#include" to be a filename enclosed in double quotes or angle brackets, not an arbitrary symbol. It was not until the ANSI C standard that the generalized syntax was blessed. Rahul Dhesi UUCP: oliveb!cirrusl!dhesi Use above addresses--email sent here via Sun.com will probably bounce.