iostream warning in 1.1.2

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Wed Mar 31 23:54:00 GMT 1999


> Where NULL is apparently (void*)0 intead of 0.  I did not define NULL, it is
> the ssytem default.  I've had many problems elsewhere with NULL being
> (void*).  Is there a way to force NULL to be 0 instead?  I dont want to
> define it myself, the system should.

You didn't mention what system you are using. On my system,
i586-pc-linux-gnu, NULL is defined by
<gcc-lib>/i586-pc-linux-gnu/egcs-2.91.66/include/stddef.h, with a
value of __null (which is magically recognized by egcs).

Perhaps there is a problem with your installation, or with your
system. Without details, it is hard to tell.

Regards,
Martin



More information about the Gcc-bugs mailing list