mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
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
|