P.S.  In the process, I noticed that the following member of
sub_flags_enum can go away, but I can't seem to commit now.

                                        -- Bob

------------------------------------------------------------------------
Index: include/parrot/sub.h
===================================================================
--- include/parrot/sub.h        (revision 43028)
+++ include/parrot/sub.h        (working copy)
@@ -36,9 +36,6 @@
     SUB_FLAG_PF_IMMEDIATE = PObj_private6_FLAG,
     SUB_FLAG_PF_POSTCOMP  = PObj_private7_FLAG,
 
-    /* [temporary expedient.  -- rgr, 13-Jul-08.] */
-    SUB_FLAG_NEWCLOSURE   = SUB_FLAG_PF_IMMEDIATE,
-
     SUB_FLAG_PF_MASK      = SUB_FLAG_PF_ANON
                           | SUB_FLAG_PF_MAIN
                           | SUB_FLAG_PF_LOAD
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to