I dislike newlines
This commit is contained in:
parent
3a1bf08a78
commit
c336e89e72
|
@ -69,9 +69,7 @@ typedef unsigned long uint32_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __GNUC__
|
#if __GNUC__
|
||||||
# define GCC_VERSION (__GNUC__ * 10000 \
|
# define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||||
+ __GNUC_MINOR__ * 100 \
|
|
||||||
+ __GNUC_PATCHLEVEL__)
|
|
||||||
#endif
|
#endif
|
||||||
#if GCC_VERSION >= 40500 || __clang__
|
#if GCC_VERSION >= 40500 || __clang__
|
||||||
# define PIC_UNREACHABLE() (__builtin_unreachable())
|
# define PIC_UNREACHABLE() (__builtin_unreachable())
|
||||||
|
|
Loading…
Reference in New Issue