[svn:parrot] r47001 - trunk/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed May 26 00:42:22 UTC 2010


Author: whiteknight
Date: Wed May 26 00:42:22 2010
New Revision: 47001
URL: https://trac.parrot.org/parrot/changeset/47001

Log:
[fix] oops. left in a C++ comment

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Wed May 26 00:41:49 2010	(r47000)
+++ trunk/src/pmc.c	Wed May 26 00:42:22 2010	(r47001)
@@ -781,7 +781,6 @@
         if (!PMC_IS_NULL(item)) {
             /* nested namespace with same name */
             if (PMC_IS_TYPE(item, NameSpace))
-            //if (item->vtable->base_type == enum_class_NameSpace)
                 return enum_type_undef;
             else
                 return VTABLE_get_integer(interp, item);


More information about the parrot-commits mailing list