From a803b9b45460971b5fd47f0f4f7599cc91e04c7e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 22 Dec 2011 08:18:45 -0800 Subject: [PATCH] Set aside hint bits for feature bundles --- perl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl.h b/perl.h index ef3d4ef..1bf68be 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 -- 2.7.4