This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: stdbool.h should be compatible with C++


  In message <199912052055.VAA18852@loewis.home.cs.tu-berlin.de>you write:
  > > The following program:
  > > 
  > > ----------------------------
  > > #include <stdbool.h>
  > > bool foo;
  > > ----------------------------
  > > 
  > > could, with a little care, compile under C and C++.
  > 
  > Thanks for the proposal. Here is a patch for the mainline compiler.
  > 
  > 1999-12-05  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
  > 
  > 	* ginclude/stdbool.h: Support compilation as C++.
This is fine.  Please install this change.

Thanks,
jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]