summaryrefslogtreecommitdiff
path: root/include/stdbool.h
AgeCommit message (Collapse)AuthorLines
2013-08-28stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker-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.
2011-09-20make stdbool.h conform to c99Rich Felker-1/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+13