aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-22 18:47:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-22 18:47:53 +0300
commita495689c8c3e2aeef367409c4e2beddcda042312 (patch)
tree00780a4c62e277d8d0769ba9b67678935cd1d0f3 /support/regex_internal.h
parent5397f91211669c5312a08ba7d5aa65dd3c990501 (diff)
downloadegawk-a495689c8c3e2aeef367409c4e2beddcda042312.tar.gz
egawk-a495689c8c3e2aeef367409c4e2beddcda042312.tar.bz2
egawk-a495689c8c3e2aeef367409c4e2beddcda042312.zip
z/OS compile fix for GNULIB regex.
Diffstat (limited to 'support/regex_internal.h')
-rw-r--r--support/regex_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/regex_internal.h b/support/regex_internal.h
index 3b836ed2..c7880667 100644
--- a/support/regex_internal.h
+++ b/support/regex_internal.h
@@ -149,7 +149,10 @@
/* Rename to standard API for using out of glibc. */
#ifndef _LIBC
# undef __wctype
+# undef __iswalnum
# undef __iswctype
+# undef __towlower
+# undef __towupper
# define __wctype wctype
# define __iswalnum iswalnum
# define __iswctype iswctype