pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-09-27
2015-09-27 04:26:33 by Martin Nilsson <nilsson@fastmail.com>
9282fd6f311202493faa2884284af642ee784ac7 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Start using __builtin_unreachable
215:
# define LIKELY(X) X #endif
+
#ifdef HAS___BUILTIN_UNREACHABLE
+
# define UNREACHABLE(X) __builtin_unreachable()
+
#else
+
# define UNREACHABLE(X) X
+
#endif
+
#ifndef HAVE_WORKING_REALLOC_NULL #define realloc(PTR, SZ) pike_realloc(PTR,SZ) #endif