summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-18 17:59:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-21 05:53:40 -0700
commit1e2159890b8bf881fbc717f671f87ba2dec1da46 (patch)
tree13eb0b5586141bec3d77958ac79459837b8d74be /perl.h
parenta7aaec61655ef1580eb319cf234db0f3d5c9981e (diff)
downloadperl-1e2159890b8bf881fbc717f671f87ba2dec1da46.tar.gz
[perl #78072] use re '/xism';
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index a680e763ce..ccdc0782fd 100644
--- a/perl.h
+++ b/perl.h
@@ -4823,6 +4823,8 @@ enum { /* pass one of these to get_vtbl */
#define HINT_NO_AMAGIC 0x01000000 /* overloading pragma */
+#define HINT_RE_FLAGS 0x02000000 /* re '/xism' pragma */
+
/* The following are stored in $^H{sort}, not in PL_hints */
#define HINT_SORT_SORT_BITS 0x000000FF /* allow 256 different ones */
#define HINT_SORT_QUICKSORT 0x00000001