]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Simplify greatly, under the assumption that these
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 06:37:31 +0000 (06:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 06:37:31 +0000 (06:37 +0000)
commit6771c1b4152f571b6d16f55a749f444821fcbf0d
treeab910d600840b045020b78de2a8594f9f933efad
parentc63680e87b2052cb573bff107b87f43bf679c011
Simplify greatly, under the assumption that these
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.
lib/stdbool_.h