diff options
author | Hugo van der Sanden <hv@crypt.org> | 1999-05-23 17:35:07 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-24 05:46:20 +0000 |
commit | faef01704ba77a858827d4e793b056731d6e6832 (patch) | |
tree | 291268218f13ed645fa5df363050cd6c4cf6e2da /util.c | |
parent | d49321e7b7c3f90e1fb44f947dddd8517579dd60 (diff) | |
download | perl-faef01704ba77a858827d4e793b056731d6e6832.tar.gz |
name PL_in_eval bits
Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
p4raw-id: //depot/perl@3457
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2959,7 +2959,7 @@ new_struct_thread(struct perl_thread *t) PL_start_env.je_mustcatch = TRUE; PL_top_env = &PL_start_env; - PL_in_eval = FALSE; + PL_in_eval = EVAL_NULL; /* ~(EVAL_INEVAL|EVAL_WARNONLY|EVAL_KEEPERR) */ PL_restartop = 0; PL_statname = NEWSV(66,0); |