Date: Fri, 25 Apr 2003 14:17:31 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libstdc++ c++config.h config.h Message-ID: <200304252117.h3PLHVCg034065@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/04/25 14:17:31 PDT FreeBSD src repository Modified files: gnu/lib/libstdc++ c++config.h config.h Log: Enable ISO-C99 compatibility -- among other things, this tells libstdc++ not to blindly undef isnan() and other functions that became macros in C99. Enable use of newly grown C99 functions: strtof(), strtold(), wcstof() Submitted by: das Revision Changes Path 1.4 +5 -5 src/gnu/lib/libstdc++/c++config.h 1.5 +4 -4 src/gnu/lib/libstdc++/config.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304252117.h3PLHVCg034065>