10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
macro assert
|
||
|
|
||
|
#ifdef ISO11
|
||
|
macro static_assert
|
||
|
#endif
|
||
|
|
||
|
#if !defined ISO && !defined ISO99 && !defined ISO11
|
||
|
allow *_t
|
||
|
#endif
|