diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-13 16:52:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-13 16:52:23 +0300 |
commit | b78840f1aefeb477b598f8e7d375428c4b7b4889 (patch) | |
tree | a7a992f74fab4b52d9aebfdb6cdcb0d7862bd3df /custom.h | |
parent | abe6c92b13c72c8e214ce2e4eb6371e2d7948b83 (diff) | |
parent | 356f7fbe484236c43a589c3338387f0097c87859 (diff) | |
download | egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.gz egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.tar.bz2 egawk-b78840f1aefeb477b598f8e7d375428c4b7b4889.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -92,6 +92,12 @@ typedef unsigned long long uint_fast64_t; #define _XOPEN_SOURCE_EXTENDED 1 #endif +#ifdef __MVS__ +#ifndef _REGEX_INCLUDE_LIMITS_H +#define _REGEX_INCLUDE_LIMITS_H 1 +#endif +#endif + /* Junk for dfa.[ch] */ /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) |