diff options
author | Brandon Black <blblack@gmail.com> | 2007-04-30 11:45:54 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-03 09:24:47 +0000 |
commit | 08aeb9f701fa786d490e79e99ac2f9f9de229da3 (patch) | |
tree | 0b85c35a860d553f5c560a72dc51b525224f3036 /embedvar.h | |
parent | 808cb88e26f50aa982b59730bcba3cf312610440 (diff) | |
download | perl-08aeb9f701fa786d490e79e99ac2f9f9de229da3.tar.gz |
Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
p4raw-id: //depot/perl@31122
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h index 1a4ba0db49..da82c87306 100644 --- a/embedvar.h +++ b/embedvar.h @@ -55,6 +55,7 @@ #define PL_curstash (vTHX->Tcurstash) #define PL_defoutgv (vTHX->Tdefoutgv) #define PL_defstash (vTHX->Tdefstash) +#define PL_delayedisa (vTHX->Tdelayedisa) #define PL_delaymagic (vTHX->Tdelaymagic) #define PL_dirty (vTHX->Tdirty) #define PL_dumpindent (vTHX->Tdumpindent) @@ -661,6 +662,7 @@ #define PL_Tcurstash PL_curstash #define PL_Tdefoutgv PL_defoutgv #define PL_Tdefstash PL_defstash +#define PL_Tdelayedisa PL_delayedisa #define PL_Tdelaymagic PL_delaymagic #define PL_Tdirty PL_dirty #define PL_Tdumpindent PL_dumpindent |