Date: Mon, 14 Feb 2000 15:25:30 -0500 Message-Id: <200002142025.PAA08776@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 14 Feb 2000 09:39:55 +0200 (IST)) Subject: Re: Values in header ?? (urgent) References: Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The reason someone could have told you this is that the ANSI C > standard says that all macro names which begin with two underscores or > one underscore and an uppercase letter are *reserved*. Note, for example, that the DJGPP system headers are careful to use two underscores for those reserved things it uses, so that it won't conflict with your use of not-two-underscored names.