275
275
AC_DEFINE_UNQUOTED([likely(x)],[__builtin_expect((x),1)],[Branch is likely])
276
276
AC_DEFINE_UNQUOTED([unlikely(x)],[__builtin_expect((x),0)],[Branch is unlikely])
278
284
dnl Solaris 9 include file <sys/feature_tests.h> refers to X/Open document
280
286
dnl System Interfaces and Headers, Issue 5