summaryrefslogtreecommitdiff
path: root/lib/stdbool_.h
AgeCommit message (Collapse)Author
2005-11-26Simplify greatly, under the assumption that thesePaul Eggert
days most people use C99-compatible compilers to debug, so it's not worth worrying about catering to older compilers for that. This works around some porting problems with HP-UX compilers. (false, true) [defined __BEOS__]: Don't #undef; no longer needed. (_Bool): typedef to bool if C++ or BeOS, and #define to signed char otherwise.
2005-05-14Update FSF postal mail address.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-03(_Bool): Use a #define, not a typedef.Jim Meyering
2003-07-28Renamed from stdbool.hin.Jim Meyering