summaryrefslogtreecommitdiff
path: root/ObjXSub.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-04 22:45:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-04 22:45:18 +0000
commit51aa15f38ed061e162eb5fdd50db6c15d839cf32 (patch)
tree782ae9db55a84cfad5325d1913ff3d509b79e8f6 /ObjXSub.h
parent95d94a4f85cab4045e157acc1a0d6b2096eecea2 (diff)
downloadperl-51aa15f38ed061e162eb5fdd50db6c15d839cf32.tar.gz
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
p4raw-id: //depot/win32/perl@1074
Diffstat (limited to 'ObjXSub.h')
-rw-r--r--ObjXSub.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ObjXSub.h b/ObjXSub.h
index 4acd8274cf..93a0445aa5 100644
--- a/ObjXSub.h
+++ b/ObjXSub.h
@@ -551,6 +551,8 @@
#define sortcxix pPerl->Perl_sortcxix
#undef sortstash
#define sortstash pPerl->Perl_sortstash
+#undef specialsv_list
+#define specialsv_list pPerl->Perl_specialsv_list
#undef splitstr
#define splitstr pPerl->Perl_splitstr
#undef stack_base
@@ -949,7 +951,9 @@
#undef get_no_modify
#define get_no_modify pPerl->Perl_get_no_modify
#undef get_opargs
-#define get_opargs pPerl->Perl_get_opargs
+#define get_opargs pPerl->Perl_get_opargs
+#undef get_specialsv_list
+#define get_specialsv_list pPerl->Perl_get_specialsv_list
#undef gp_free
#define gp_free pPerl->Perl_gp_free
#undef gp_ref