summaryrefslogtreecommitdiff
path: root/conform/data/assert.h-data
blob: acdfef99e1239f317b22d2ecd5e6e32584b88896 (plain)
1
2
3
4
5
6
7
8
9
macro assert

#ifdef ISO11
macro static_assert
#endif

#if !defined ISO && !defined ISO99 && !defined ISO11
allow *_t
#endif