[svn:parrot] r49483 - trunk/src/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Oct 8 18:13:38 UTC 2010


Author: cotto
Date: Fri Oct  8 18:13:37 2010
New Revision: 49483
URL: https://trac.parrot.org/parrot/changeset/49483

Log:
[pmc] add missing VTABLE to a vtable declaration noticed by ellefu++

Modified:
   trunk/src/pmc/default.pmc

Modified: trunk/src/pmc/default.pmc
==============================================================================
--- trunk/src/pmc/default.pmc	Fri Oct  8 11:37:13 2010	(r49482)
+++ trunk/src/pmc/default.pmc	Fri Oct  8 18:13:37 2010	(r49483)
@@ -795,7 +795,7 @@
 
 */
 
-    INTVAL hashvalue() {
+    VTABLE INTVAL hashvalue() {
         STRING *s = SELF.get_string();
         return STRING_hash(INTERP, s, INTERP->hash_seed);
     }


More information about the parrot-commits mailing list