I dislike newlines

This commit is contained in:
Yuichi Nishiwaki 2015-08-11 00:25:07 +09:00
parent 3a1bf08a78
commit c336e89e72
1 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,7 @@ typedef unsigned long uint32_t;
#endif
#if __GNUC__
# define GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)
# define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
#endif
#if GCC_VERSION >= 40500 || __clang__
# define PIC_UNREACHABLE() (__builtin_unreachable())