Use _Static_assert

Both GCC and clang already supports C11's _Static_assert, so use it
instead of defining our own macro.
1 file changed