aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/custom.h b/custom.h
index 0b6b8b5f..7dfc140f 100644
--- a/custom.h
+++ b/custom.h
@@ -47,19 +47,11 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
-#define __builtin_expect(expr, val) (expr)
#ifndef SIZE_MAX
#define SIZE_MAX __INT32_MAX
#endif
#endif
-/* This keeps regex happy on non-GCC compilers */
-#ifndef __GNUC__
-#ifndef __builtin_expect
-#define __builtin_expect(expr, val) (expr)
-#endif
-#endif
-
/* For QNX, based on submission from Michael Hunter, mphunter@qnx.com */
#ifdef __QNX__
#define GETPGRP_VOID 1