summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1999-01-06 02:24:09 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-06 12:25:24 +0000
commitb002ae775153930d56eef6f15991f67590f4b473 (patch)
treedcf1c13ee683d334ad22c647ad63824232ac61e7 /proto.h
parentd5e6d479963de089122e954c00ec89b003ac06e4 (diff)
downloadperl-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 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 333bd239e3..051be92185 100644
--- a/proto.h
+++ b/proto.h
@@ -946,6 +946,8 @@ VIRTUAL void sv_setsv_mg _((SV *dstr, SV *sstr));
VIRTUAL void sv_usepvn_mg _((SV *sv, char *ptr, STRLEN len));
VIRTUAL MGVTBL* get_vtbl _((int vtbl_id));
+VIRTUAL I32 amagic_cmp _((register SV *str1, register SV *str2));
+VIRTUAL I32 amagic_cmp_locale _((register SV *str1, register SV *str2));
/* New virtual functions must be added here to maintain binary
* compatablity with PERL_OBJECT