aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:52:42 +0300
commit80ec7f043b9fe9df7bc7b117754aad43c0df38e5 (patch)
tree42ea68f8829f628b59783f4637bfc4ed8809cdfb /custom.h
parenteb969c918beec94d835368aa9f938ddac3c20ebf (diff)
parent356f7fbe484236c43a589c3338387f0097c87859 (diff)
downloadegawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.tar.gz
egawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.tar.bz2
egawk-80ec7f043b9fe9df7bc7b117754aad43c0df38e5.zip
Merge branch 'master' into feature/docit
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index aa0d7d61..43fb11e6 100644
--- a/custom.h
+++ b/custom.h
@@ -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)