aboutsummaryrefslogtreecommitdiff
path: root/posix/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/regex.c')
-rw-r--r--posix/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regex.c b/posix/regex.c
index 1d5dd0f..8557094 100644
--- a/posix/regex.c
+++ b/posix/regex.c
@@ -41,7 +41,7 @@
# define re_compile_fastmap(bufp) __re_compile_fastmap (bufp)
#endif
-#if _LIBC || __GNUC__ >= 3
+#if __GNUC__ >= 3
# define BE(expr, val) __builtin_expect (expr, val)
#else
# define BE(expr, val) (expr)