summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-22 08:18:45 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-24 09:25:12 -0800
commita803b9b45460971b5fd47f0f4f7599cc91e04c7e (patch)
tree653a281b7c2b966a2bf5c6c4b38c5289a61d0c2c /perl.h
parent69bcf1d3d727aba8df8f279ed93ee56eea0cd15f (diff)
downloadperl-a803b9b45460971b5fd47f0f4f7599cc91e04c7e.tar.gz
Set aside hint bits for feature bundles
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 ef3d4efec6..1bf68beb71 100644
--- a/perl.h
+++ b/perl.h
@@ -4843,6 +4843,8 @@ typedef enum {
#define HINT_RE_FLAGS 0x02000000 /* re '/xism' pragma */
+#define HINT_FEATURE_MASK 0x1c000000 /* 3 bits for feature bundles */
+
/* 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