aboutsummaryrefslogtreecommitdiffstats
path: root/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:25:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:25:17 +0300
commitad122d8fe3acb4cde689f2995f8505eef73f0a35 (patch)
treee9f930c934fc6b32f902aa76b4d2859b0b55f21d /regex_internal.h
parent588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (diff)
parent2626d04d332dd87d4e6e9effe943dd6aa3d21cac (diff)
downloadegawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.tar.gz
egawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.tar.bz2
egawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'regex_internal.h')
-rw-r--r--regex_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/regex_internal.h b/regex_internal.h
index 4d0028ff..9e104d8d 100644
--- a/regex_internal.h
+++ b/regex_internal.h
@@ -41,11 +41,9 @@
#if defined HAVE_STDBOOL_H || defined _LIBC
# include <stdbool.h>
#endif /* HAVE_STDBOOL_H || _LIBC */
-#if !defined(ZOS_USS)
#if defined HAVE_STDINT_H || defined _LIBC
# include <stdint.h>
#endif /* HAVE_STDINT_H || _LIBC */
-#endif /* !ZOS_USS */
#if defined _LIBC
# include <bits/libc-lock.h>
#else