This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
merge changes#1210,1211,1270 from maintbranch
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index 4a26b15..7f3fd63 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1823,6 +1823,8 @@ typedef enum {
 #define HINT_NEW_RE            0x00010000
 #define HINT_LOCALIZE_HH       0x00020000 /* %^H needs to be copied */
 
+#define HINT_RE_TAINT          0x00100000
+
 /* Various states of an input record separator SV (rs, nrs) */
 #define RsSNARF(sv)   (! SvOK(sv))
 #define RsSIMPLE(sv)  (SvOK(sv) && SvCUR(sv))