diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-11-03 11:59:43 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-11-27 01:32:52 +0000 |
commit | d7a09b413c09654b842604d673ae0943eb928a18 (patch) | |
tree | 840b5c4d5dcf0551094408e1f06a99e7dc77105e /embedvar.h | |
parent | 44389ee9cadafd577d385ebdd55fa3c406c4202a (diff) | |
download | perl-d7a09b413c09654b842604d673ae0943eb928a18.tar.gz |
Re: [perl #18203] Recursive call in PerlIO_find_layer
Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18188
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 c1c77d2d89..612ebdbe7a 100644 --- a/embedvar.h +++ b/embedvar.h @@ -271,6 +271,7 @@ #define PL_hints (vTHX->Ihints) #define PL_in_clean_all (vTHX->Iin_clean_all) #define PL_in_clean_objs (vTHX->Iin_clean_objs) +#define PL_in_load_module (vTHX->Iin_load_module) #define PL_in_my (vTHX->Iin_my) #define PL_in_my_stash (vTHX->Iin_my_stash) #define PL_incgv (vTHX->Iincgv) @@ -559,6 +560,7 @@ #define PL_Ihints PL_hints #define PL_Iin_clean_all PL_in_clean_all #define PL_Iin_clean_objs PL_in_clean_objs +#define PL_Iin_load_module PL_in_load_module #define PL_Iin_my PL_in_my #define PL_Iin_my_stash PL_in_my_stash #define PL_Iincgv PL_incgv |