diff options
author | Jan Dubois <jand@activestate.com> | 1999-01-06 02:24:09 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-06 12:25:24 +0000 |
commit | b002ae775153930d56eef6f15991f67590f4b473 (patch) | |
tree | dcf1c13ee683d334ad22c647ad63824232ac61e7 /global.sym | |
parent | d5e6d479963de089122e954c00ec89b003ac06e4 (diff) | |
download | perl-b002ae775153930d56eef6f15991f67590f4b473.tar.gz |
Based on
To: perl5-porters@perl.org
Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
Message-ID: <3696aa85.18259325@smtp1.ibm.net>
except that
- objXSUB.h was already okay
- embed.h patching is futile, global.sym patched instead
- objpp.h does not exist
- proto.h addition applied manually
- win32/GenCAPI.pl was already okay
- win32/makedef.pl was already okay
p4raw-id: //depot/cfgperl@2572
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 995a279bee..09b20080c7 100644 --- a/global.sym +++ b/global.sym @@ -4,6 +4,8 @@ Gv_AMupdate amagic_call +amagic_cmp +amagic_cmp_locale append_elem append_list apply @@ -483,6 +485,7 @@ scalar scalarkids scalarseq scalarvoid +scan_bin scan_const scan_formline scan_heredoc |