summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-05-28 07:02:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-05-28 07:02:50 +0000
commit968b39461011b9bd1e503c77c95c2eeec281b946 (patch)
tree556302b5c7c6158c1f455d4798658a9aa3beec11 /cop.h
parentc9d5ac959cdfa7a668b3bfbbc2b56923c316ef43 (diff)
downloadperl-968b39461011b9bd1e503c77c95c2eeec281b946.tar.gz
call_method(...,G_EVAL) can longjmp() out if the method probing
failed (from Gisle Aas) p4raw-id: //depot/perl@6127
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cop.h b/cop.h
index e588675012..3b3c3edbdb 100644
--- a/cop.h
+++ b/cop.h
@@ -423,6 +423,7 @@ L<perlcall>.
#define G_NOARGS 8 /* Don't construct a @_ array. */
#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. */
/* flag bits for PL_in_eval */
#define EVAL_NULL 0 /* not in an eval */