summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-27 21:04:58 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-27 21:04:58 +0000
commitedb2152a8435aa2e1308442c03e82c10e128574e (patch)
tree1bcabf13cf8ae1ef3c9cb44c06c2a1b617e7fb20 /cop.h
parenta5871da3a494d85e46d501e1e38f3d4b9d0f0c01 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cop.h b/cop.h
index ef92d8e97d..359a427b0f 100644
--- a/cop.h
+++ b/cop.h
@@ -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 */