On Wednesday 14 March 2007 23:00, via RT wrote:

> 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;

Thanks, applied as r17853.

-- c

Reply via email to