Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ptsfa!ihnp4!ihuxy!chapman From: chapman@ihuxy.ATT.COM (Chapman) Newsgroups: comp.lang.c Subject: Re: #include /* comment legal? */ Message-ID: <2205@ihuxy.ATT.COM> Date: Fri, 16-Oct-87 23:17:55 EDT Article-I.D.: ihuxy.2205 Posted: Fri Oct 16 23:17:55 1987 Date-Received: Sun, 18-Oct-87 08:36:58 EDT References: <169@decvax.UUCP> Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 7 Summary: may not be a problem In article <169@decvax.UUCP>, minow@decvax.UUCP (Martin Minow) writes: > For that matter, may a comment appear in any p.p. statement such as: > #define BEAUTY TRUE /* All you need to know */ Whether or not a comment may appear after a #define, what's the worst that can happen? The comment will become part of the definition, but will be harmless wherever it is substituted. (Right, all you C wiz's?)