Mail Archives: djgpp/1999/06/06/21:43:54
Andrew R. Gillett wrote:
>
> In file included from c:/tools/djgpp/lang/cxx/stl_alloc.h:57,
> from c:/tools/djgpp/lang/cxx/alloc.h:21,
> from c:/tools/djgpp/lang/cxx/std/bastring.h:39,
> from c:/tools/djgpp/lang/cxx/string:6
> from map.cpp:2:
> c:/tools/djgpp/include/stdlib.h:16: warning: 'NULL' redefined
> c:/tools/djgpp/lang/cxx/libio.h:88: warning: this is the location of the
> previous definition
>
> map.cpp is simply:
>
> #include <cstdio>
> #include <string>
> #include <map>
>
> int main (void) {}
What version of DJGPP is this? According to the sources, it shouldn't
happen with v2.02.
The warning is harmless and may be ignored, if you don't want to trouble
to investigate it.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -