From: Nick Ing-Simmons Date: Sun, 19 Jul 1998 19:04:58 +0000 (+0000) Subject: Missed file that had changed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f77c86d0713b4b3c1315af23f2108fe7c0059832;p=p5sagit%2Fp5-mst-13.2.git Missed file that had changed p4raw-id: //depot/ansiperl@1572 --- diff --git a/embedvar.h b/embedvar.h index beec657..e445632 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 */