Date: Wed, 17 Jun 1998 14:00:00 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: "Salvador Eduardo Tropea (SET)" , Zoey4Pres , djgpp AT delorie DOT com Subject: Re: NULL redefined in djgpp headers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 17 Jun 1998, Eli Zaretskii wrote: > > On Tue, 16 Jun 1998, Salvador Eduardo Tropea (SET) wrote: > > > > .../stdlib.h:16: warning: 'NULL' redefined > > > .../libio.h:88: warning: this is the location of the previous definition > > > > Is a known problem with djgpp v2.01. You must add your own #ifndef NULL. > > Wasn't this corrected in GCC 2.8.1? > This should require changes in C++ include files (archives gpp281b.zip and lpg2811s.zip). This was not done as I only took changes from Roberts port of C++ libraries version 2.8.0. There is more changes for port of gcc itself than to port of libraries.