diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-11 11:35:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-11 11:35:33 +0300 |
commit | 4e9562fd62acf478974fc7e0627381f93101083e (patch) | |
tree | 1fca56c555231f54716a8f84fac6650a0979a814 /regex_internal.h | |
parent | 35ba3f02a20d8592d16fb702fae3940d6e12dbfe (diff) | |
download | egawk-4e9562fd62acf478974fc7e0627381f93101083e.tar.gz egawk-4e9562fd62acf478974fc7e0627381f93101083e.tar.bz2 egawk-4e9562fd62acf478974fc7e0627381f93101083e.zip |
Further zOS updates: Wrap C compiler.
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 2 |
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 |