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 /intrpvar.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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index d4f92d2074..bb0b46d59c 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -496,3 +496,5 @@ PERLVARI(Iclocktick, long, 0) /* this many times() ticks in a second */ /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ + +PERLVARI(Iin_load_module, int, 0) /* to prevent recursions in PerlIO_find_layer */ |