| commit | 0ed932f34f11663e6b3ddfa866b1798a5938a3dc | [log] [tgz] |
|---|---|---|
| author | Rich Felker <[email protected]> | Fri Feb 12 15:11:40 2016 |
| committer | Rich Felker <[email protected]> | Fri Feb 12 15:11:40 2016 |
| tree | 774435b762433c1e6811368cd8a1958e9914ddd0 | |
| parent | 692b16d14b913676567be82a56211adc250793c7 [diff] |
do not define static_assert macro for pre-C11 compilers some software simply uses static_assert if the macro is defined, and this breaks if the compiler does not recognize the _Static_assert keyword used to define it.