Axel Dörfler 61ad5bc2e7 Fixed various problems with the latest stdbool.h changes, including stdbool.h itself:
- SupportDefs.h only includes stdbool.h if included from C
- stdbool.h for C++ now includes a macro for "bool" as defined by that header
- stdbool.h does nothing if __bool_true_false_are_defined is already defined
- stdbool.h no longer defines a _Bool enum, but defines _Bool as unsigned char, as
  previously done by SupportDefs.h (the previous version changed the size).
- The gensyscalls Jamfile now preprocesses its headers in C++ mode so that "bool"
  stays "bool", and doesn't become _Bool.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12042 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-26 18:01:40 +00:00
..
2004-06-30 02:34:10 +00:00
2004-12-07 17:24:16 +00:00
2004-09-21 22:45:08 +00:00
2003-07-31 00:57:04 +00:00
2004-09-02 01:03:51 +00:00
2004-04-15 15:54:34 +00:00
2003-08-02 07:47:24 +00:00
2004-09-11 18:31:36 +00:00
2004-09-08 16:22:28 +00:00
2005-03-07 22:02:50 +00:00
2004-07-05 23:20:43 +00:00
2005-02-22 18:06:35 +00:00
2005-02-22 18:06:35 +00:00