summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-07-19 19:04:58 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-07-19 19:04:58 +0000
commitf77c86d0713b4b3c1315af23f2108fe7c0059832 (patch)
treef32f706ce0fa5a031ef59cdfb2ac998df573b3b8 /embedvar.h
parent8611d51e05a37be8bd2213eb9254ef3d54848e64 (diff)
downloadperl-f77c86d0713b4b3c1315af23f2108fe7c0059832.tar.gz
Missed file that had changed
p4raw-id: //depot/ansiperl@1572
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index beec65715a..e4456325a8 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -849,3 +849,26 @@
#endif /* EMBED */
#endif /* PERL_GLOBAL_STRUCT */
+
+#ifndef MIN_PERL_DEFINE
+
+#define DBsingle PL_DBsingle
+#define DBsub PL_DBsub
+#define compiling PL_compiling
+#define curcop PL_curcop
+#define curstash PL_curstash
+#define debstash PL_debstash
+#define dowarn PL_dowarn
+#define na PL_na
+#define rsfp PL_rsfp
+#define stack_base PL_stack_base
+#define stack_sp PL_stack_sp
+#define stdingv PL_stdingv
+#define sv_arenaroot PL_sv_arenaroot
+#define sv_no PL_sv_no
+#define sv_undef PL_sv_undef
+#define sv_yes PL_sv_yes
+#define tainted PL_tainted
+#define tainting PL_tainting
+
+#endif /* MIN_PERL_DEFINE */