aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/stddef.h
AgeCommit message (Expand)Author
2010-03-08Add preprocessor guards to the definitions of size_t and wchar_t, and #undef ...Ted Kremenek
2008-12-01Define NULL to __null in C++, so that it's guaranteed to have the same size a...Douglas Gregor
2008-11-04#define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa....Anders Carlsson
2008-05-20Add a couple more headers. stddef was discussed on cfe-dev, and Eli Friedman