summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 6cb5972ef7..918d330a23 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -220,6 +220,7 @@
#define sortcop (curinterp->Isortcop)
#define sortcxix (curinterp->Isortcxix)
#define sortstash (curinterp->Isortstash)
+#define specialsv_list (curinterp->Ispecialsv_list)
#define splitstr (curinterp->Isplitstr)
#define statcache (curinterp->Istatcache)
#define statgv (curinterp->Istatgv)
@@ -383,6 +384,7 @@
#define Isortcop sortcop
#define Isortcxix sortcxix
#define Isortstash sortstash
+#define Ispecialsv_list specialsv_list
#define Isplitstr splitstr
#define Istatcache statcache
#define Istatgv statgv
@@ -608,6 +610,7 @@
#define sortcop Perl_sortcop
#define sortcxix Perl_sortcxix
#define sortstash Perl_sortstash
+#define specialsv_list Perl_specialsv_list
#define splitstr Perl_splitstr
#define statcache Perl_statcache
#define statgv Perl_statgv