stdbool: be more compatible with mixed C/C++ compiles
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Aug 2012 14:52:32 +0000 (07:52 -0700)
committerPaul Eggert <eggert@penguin.cs.ucla.edu>
Wed, 29 Aug 2012 14:54:36 +0000 (07:54 -0700)
commit8a73c1c5c8b04143c6583f2413cc46b0035a3384
tree68e2a8c2687587e332826b4a9d77bb8d5653114a
parente1abd50b01d6bd61bd0c996ca17378cd569c0aa1
stdbool: be more compatible with mixed C/C++ compiles

* lib/stdbool.in.h (_Bool, true, false) [__cplusplus]:
Define to bool, true, false, respectively, as GCC's builtin
stdbool.h does.  Problem reported by Michael Goffioul in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-08/msg00143.html>.
ChangeLog
lib/stdbool.in.h