Searched hist:250623 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dcdefs.hdiff 250623 Mon May 13 20:00:06 MDT 2013 ed Rework the way C11 keywords are defined.

Instead of only checking the __STDC_VERSION__, we can also use Clang's
__has_extension() to check for features specifically. This allows us to,
say, use Clang's native _Static_assert() instead of the typedef hack,
making the compiler error messages a lot more readable.

Reviewed by: theraven

Completed in 66 milliseconds