about summary refs log tree commit diff
path: root/include/stdbool.h
Commit message (Collapse)AuthorAgeFilesLines
* stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker2013-08-281-2/+2
| | | | | | | | while the incorporation of this requirement from C99 into C++11 was likely an accident, some software expects it to be defined, and it doesn't hurt. if the requirement is removed, then presumably __bool_true_false_are_defined would just be in the implementation namespace and thus defining it would still be legal.
* make stdbool.h conform to c99Rich Felker2011-09-201-1/+2
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+13