diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
commit | 44611db36ba329fab248179e0350d44fcff5e3c2 (patch) | |
tree | fc1e2676b5c0d2865257aaf65cd66b1f5f473cb5 /custom.h | |
parent | ef25d1166e7a183dd4d07f73904775234359de81 (diff) | |
download | egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.gz egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.bz2 egawk-44611db36ba329fab248179e0350d44fcff5e3c2.zip |
Improvements for z/OS, building and test suite.
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 |