Date: Sat, 4 Mar 2000 22:53:52 +0500 Message-Id: <200003041753.WAA01755@midpec.com> From: Prashant TR To: djgpp-workers AT delorie DOT com In-reply-to: <200003041632.RAA09082@father.ludd.luth.se> (message from Martin Str|mberg on Sat, 4 Mar 2000 17:32:05 +0100 (MET)) Subject: Re: stdint.h References: <200003041632 DOT RAA09082 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm working on stdint.h, but I need to know when the header is > included as a C++ header file, so I need a constant that is defined > while compiling C++ but not C. #if defined (__cplusplus) do_whatever