Date: Sat, 19 Feb 2005 13:47:33 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdbool.h Message-ID: <200502191347.j1JDlXdR025194@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-02-19 13:47:33 UTC FreeBSD src repository Modified files: include stdbool.h Log: The Intel C/C++ compiler doesn't require a typedef for _Bool when compiling C source so don't declare one when using the GCC-compatibility (defaulting to GCC 2.95.0) of ICC. Submitted by: netchild MFC after: 1 week Revision Changes Path 1.7 +1 -1 src/include/stdbool.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502191347.j1JDlXdR025194>