diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-27 21:04:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-27 21:04:58 +0000 |
commit | edb2152a8435aa2e1308442c03e82c10e128574e (patch) | |
tree | 1bcabf13cf8ae1ef3c9cb44c06c2a1b617e7fb20 /cop.h | |
parent | a5871da3a494d85e46d501e1e38f3d4b9d0f0c01 (diff) | |
download | perl-edb2152a8435aa2e1308442c03e82c10e128574e.tar.gz |
Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
the near identical code in pp_entertry into Perl_create_eval_scope.
Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
Perl_delete_eval_scope.
p4raw-id: //depot/perl@27617
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -646,6 +646,8 @@ L<perlcall>. #define G_KEEPERR 16 /* Append errors to $@, don't overwrite it */ #define G_NODEBUG 32 /* Disable debugging at toplevel. */ #define G_METHOD 64 /* Calling method. */ +#define G_FAKINGEVAL 256 /* Faking en eval context for call_sv or + fold_constants. */ /* flag bits for PL_in_eval */ #define EVAL_NULL 0 /* not in an eval */ |