Branch: Tag:

2015-09-27

2015-09-27 04:26:33 by Martin Nilsson <nilsson@fastmail.com>

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