summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/assert.h
Commit message (Collapse)AuthorAgeFilesLines
* * libc/include/assert.h (static_assert): Define.Corinna Vinschen2012-10-161-0/+4
|
* 2008-07-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-07-171-2/+6
| | | | | * libc/include/assert.h (__ASSERT_FUNC): Define to __FUNCTION__ when __STDC_VERSION__ < 199901L and __GNUC__ >= 2.
* Support __func__ in assert, as required by C99.Eric Blake2007-06-271-11/+24
| | | | | | | * libc/stdlib/assert.c (__assert_func): New function. (__assert): Use __assert_func. * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when possible.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+29