summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-06-20 15:26:22 +1000
committerTony Cook <tony@develop-help.com>2019-07-08 11:02:19 +1000
commitfb81daf0179f156be3f2a95cd5cf1d27e9f7ebbb (patch)
treef9596d80314f92ed04586096d87137e26c1a7415 /cop.h
parent51d22a816ecfc587acee9913de2de6a113718dcd (diff)
downloadperl-fb81daf0179f156be3f2a95cd5cf1d27e9f7ebbb.tar.gz
(perl #134177) add G_RETHROW flag to eval_sv()
and update eval_pv() to use it.
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 b9b61faa76..b1d1075d4a 100644
--- a/cop.h
+++ b/cop.h
@@ -973,6 +973,7 @@ L<perlcall>.
Perl_magic_methcall(). */
#define G_RE_REPARSING 0x800 /* compiling a run-time /(?{..})/ */
#define G_METHOD_NAMED 4096 /* calling named method, eg without :: or ' */
+#define G_RETHROW 8192 /* eval_sv(): re-throw any error */
/* flag bits for PL_in_eval */
#define EVAL_NULL 0 /* not in an eval */