summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/assert.h
Commit message (Collapse)AuthorAgeFilesLines
* 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