summaryrefslogtreecommitdiff
path: root/globvar.sym
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 /globvar.sym
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 'globvar.sym')
-rw-r--r--globvar.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym
index a91d520306..6fb387ca0a 100644
--- a/globvar.sym
+++ b/globvar.sym
@@ -8,9 +8,11 @@ PL_Yes
PL_bincompat_options
PL_bitcount
PL_block_type
+PL_c9_utf8_dfa_tab
PL_charclass
PL_check
PL_core_reg_engine
+PL_extended_utf8_dfa_tab
PL_fold
PL_fold_latin1
PL_fold_locale
@@ -64,6 +66,7 @@ PL_sig_name
PL_sig_num
PL_simple
PL_simple_bitmask
+PL_strict_utf8_dfa_tab
PL_subversion
PL_utf8skip
PL_uuemap