I dislike newlines
This commit is contained in:
parent
3a1bf08a78
commit
c336e89e72
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue