# New Ticket Created by # Please include the string: [perl #41837] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41837 >
Index: include/parrot/sub.h =================================================================== --- include/parrot/sub.h (Revision 17473) +++ include/parrot/sub.h (Arbeitskopie) @@ -87,7 +87,6 @@ SUB_COMP_FLAG_BIT_28 = 1 << 28, SUB_COMP_FLAG_BIT_29 = 1 << 29, SUB_COMP_FLAG_BIT_30 = 1 << 30, - SUB_COMP_FLAG_BIT_31 = 1 << 31, SUB_COMP_FLAG_MASK = 0x00000400, } sub_comp_flags_enum;