summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-19 09:05:05 -0600
committerKarl Williamson <khw@cpan.org>2019-08-19 09:14:04 -0600
commit49dd909f3c7b66fbab9d4ab32979c9d950f64ba2 (patch)
treec964d49958bf62aaf23bbd015dbca7f8be6b4210 /utfebcdic.h
parenta463528666d88569cfa8a2cef2ec1b4501d7fd2c (diff)
downloadperl-49dd909f3c7b66fbab9d4ab32979c9d950f64ba2.tar.gz
utfebcdic.h: Fix EBCDIC compilation error
The #include needs to always be done, so remove the #ifdef. The included file has the proper setup anyway for the variables that were used.
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index c2f0788cc4..d8278a1e72 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -121,22 +121,8 @@
START_EXTERN_C
-#ifdef DOINIT
-
#include "ebcdic_tables.h"
-#else
-EXTCONST U8 PL_utf8skip[];
-EXTCONST U8 PL_e2utf[];
-EXTCONST U8 PL_utf2e[];
-EXTCONST U8 PL_e2a[];
-EXTCONST U8 PL_a2e[];
-EXTCONST U8 PL_fold[];
-EXTCONST U8 PL_fold_latin1[];
-EXTCONST U8 PL_latin1_lc[];
-EXTCONST U8 PL_mod_latin1_uc[];
-#endif
-
END_EXTERN_C
/* EBCDIC-happy ways of converting native code to UTF-8 */