[svn:parrot] r41099 - trunk/lib/Parrot

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Sep 7 06:28:04 UTC 2009


Author: cotto
Date: Mon Sep  7 06:28:02 2009
New Revision: 41099
URL: https://trac.parrot.org/parrot/changeset/41099

Log:
[VTable] make some comments less irritating and more informative

Modified:
   trunk/lib/Parrot/Vtable.pm

Modified: trunk/lib/Parrot/Vtable.pm
==============================================================================
--- trunk/lib/Parrot/Vtable.pm	Mon Sep  7 05:39:01 2009	(r41098)
+++ trunk/lib/Parrot/Vtable.pm	Mon Sep  7 06:28:02 2009	(r41099)
@@ -169,7 +169,7 @@
     PMC    *_namespace;     /* Pointer to namespace for this class */
     INTVAL  base_type;      /* 'type' value for MMD */
     STRING *whoami;         /* Name of class this vtable is for */
-    UINTVAL flags;          /* Flags. Duh */
+    UINTVAL flags;          /* VTABLE flags (constant, is_ro, etc). */
     STRING *provides_str;   /* space-separated list of interfaces */
     Hash   *isa_hash;       /* Hash of class names */
     PMC    *pmc_class;      /* for PMCs: a PMC of that type
@@ -265,7 +265,7 @@
     "",   /* Pointer to namespace for this class */
     "",   /* 'type' value for MMD */
     "",   /* Name of class this vtable is for */
-    "",   /* Flags. Duh */
+    "",   /* VTABLE flags (constant, is_ro, etc). */
     "",   /* space-separated list of interfaces */
     "",   /* space-separated list of classes */
     "",   /* class */


More information about the parrot-commits mailing list