diff options
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |