aboutsummaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-08-02 21:41:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-08-02 21:41:40 +0300
commitedc2856a2ae2dc46037f85652440bd329b1a2c8a (patch)
treec7dc2821a1cea7d65cf8b6ed48d3494e98b98d09 /helpers
parent4b00462246822209b642a4dd63491e59a4fab759 (diff)
downloadegawk-edc2856a2ae2dc46037f85652440bd329b1a2c8a.tar.gz
egawk-edc2856a2ae2dc46037f85652440bd329b1a2c8a.tar.bz2
egawk-edc2856a2ae2dc46037f85652440bd329b1a2c8a.zip
Rework zOS patches; keep separate from autotools.
Diffstat (limited to 'helpers')
-rw-r--r--helpers/testdfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/testdfa.c b/helpers/testdfa.c
index 25a229a2..1e144bd7 100644
--- a/helpers/testdfa.c
+++ b/helpers/testdfa.c
@@ -668,7 +668,7 @@ char casetable[] = {
C('\360'), C('\361'), C('\362'), C('\363'), C('\364'), C('\365'), C('\366'), C('\367'),
C('\370'), C('\371'), C('\372'), C('\373'), C('\374'), C('\375'), C('\376'), C('\377'),
};
-#elif 'a' == 0x81 /* it's EBCDIC */
+#elif defined(USE_EBCDIC)
char casetable[] = {
/*00 NU SH SX EX PF HT LC DL */
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,