summaryrefslogtreecommitdiff
path: root/ebcdic_tables.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2018-07-08 12:44:27 -0500
committerCraig A. Berry <craigberry@mac.com>2018-07-08 14:49:42 -0500
commit71525f77826ad33944c007b06b68a1f14a085e7a (patch)
tree441515164ba824d74c386b7cf1fdbd5820a50d8a /ebcdic_tables.h
parent2f2a2ed1c0bbba915d8fbb368503976317358592 (diff)
downloadperl-71525f77826ad33944c007b06b68a1f14a085e7a.tar.gz
Make new EBCDIC tables global.
They are defined in the Perl library but referenced in the Perl executable, but the Perl executable can't see them unless they are exported by the library, and some linkers only make a symbol a public export if they've been told to explicitly.
Diffstat (limited to 'ebcdic_tables.h')
-rw-r--r--ebcdic_tables.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/ebcdic_tables.h b/ebcdic_tables.h
index 08c7dc6bdb..103e10ef90 100644
--- a/ebcdic_tables.h
+++ b/ebcdic_tables.h
@@ -293,9 +293,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U8 perl_extended_utf8_dfa_tab[];
+# EXTCONST U8 PL_extended_utf8_dfa_tab[];
# else
-# EXTCONST U8 perl_extended_utf8_dfa_tab[] = {
+# EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -334,9 +334,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U16 strict_utf8_dfa_tab[];
+# EXTCONST U16 PL_strict_utf8_dfa_tab[];
# else
-# EXTCONST U16 strict_utf8_dfa_tab[] = {
+# EXTCONST U16 PL_strict_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -380,9 +380,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U8 C9_utf8_dfa_tab[];
+# EXTCONST U8 PL_c9_utf8_dfa_tab[];
# else
-# EXTCONST U8 C9_utf8_dfa_tab[] = {
+# EXTCONST U8 PL_c9_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -670,9 +670,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U8 perl_extended_utf8_dfa_tab[];
+# EXTCONST U8 PL_extended_utf8_dfa_tab[];
# else
-# EXTCONST U8 perl_extended_utf8_dfa_tab[] = {
+# EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -711,9 +711,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U16 strict_utf8_dfa_tab[];
+# EXTCONST U16 PL_strict_utf8_dfa_tab[];
# else
-# EXTCONST U16 strict_utf8_dfa_tab[] = {
+# EXTCONST U16 PL_strict_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -757,9 +757,9 @@ SOFTWARE.
*/
# ifndef DOINIT
-# EXTCONST U8 C9_utf8_dfa_tab[];
+# EXTCONST U8 PL_c9_utf8_dfa_tab[];
# else
-# EXTCONST U8 C9_utf8_dfa_tab[] = {
+# EXTCONST U8 PL_c9_utf8_dfa_tab[] = {
/* _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F*/
/*0_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*1_ */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,