CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/03 12:51:01
Modified files:
include : dirent.h locale.h stddef.h stdio.h stdlib.h
string.h time.h unistd.h wchar.h
Log message:
As pointed out by Richard Guenther our definition
of NULL was incorrect for c++ compilers that aren't
gcc (or pretend to be gcc like clang).
ok miod@
