diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-18 17:59:50 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 05:53:40 -0700 |
commit | 1e2159890b8bf881fbc717f671f87ba2dec1da46 (patch) | |
tree | 13eb0b5586141bec3d77958ac79459837b8d74be /perl.h | |
parent | a7aaec61655ef1580eb319cf234db0f3d5c9981e (diff) | |
download | perl-1e2159890b8bf881fbc717f671f87ba2dec1da46.tar.gz |
[perl #78072] use re '/xism';
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |