From: sl AT psycode DOT com DOT NOSPAM (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC 2.8.1 and NULL Date: 29 Jun 1998 04:30:49 GMT Organization: The World's Usenet -- http://www.Supernews.com Lines: 13 Message-ID: References: <35967862 DOT BCEA0A4D AT cs DOT com> Reply-To: sl AT psycode DOT com DOT NOSPAM NNTP-Posting-Host: 205.205.118.225 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 28 Jun 1998 17:07:46, "John M. Aldrich" wrote: > You may want to try always putting #include as the first > include statement in your source files. This allows the C++ libraries > to undefine or redefine NULL as they see fit. I did that.. It worked at first, but some problems arised later on in the code. I don't remember exactly what the problem was, but this "quick-fix" isn't a good way to go about things. DJGPP should fix its C-libraries! Gili