allow eval-groups in patterns only if they C<use re 'eval';>
[p5sagit/p5-mst-13.2.git] / perl.h
diff --git a/perl.h b/perl.h
index 7f3fd63..9d982ec 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1824,6 +1824,7 @@ typedef enum {
 #define HINT_LOCALIZE_HH       0x00020000 /* %^H needs to be copied */
 
 #define HINT_RE_TAINT          0x00100000
+#define HINT_RE_EVAL           0x00200000
 
 /* Various states of an input record separator SV (rs, nrs) */
 #define RsSNARF(sv)   (! SvOK(sv))