summaryrefslogtreecommitdiff
path: root/sys/include/ape/assert.h
AgeCommit message (Collapse)Author
2018-04-02ape: improve assert macromischief
in a statement such as: if(expr) assert(a); else assert(b); the previous definition of assert would fail to compile, as the else would be dangling. with a ternary expression, this construct works fine.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/includeTaru Karttunen