[svn:parrot] r38312 - branches/pmc_pct/src/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Apr 24 14:31:09 UTC 2009


Author: cotto
Date: Fri Apr 24 14:31:08 2009
New Revision: 38312
URL: https://trac.parrot.org/parrot/changeset/38312

Log:
[PMC] add missing VTABLE decoration

Modified:
   branches/pmc_pct/src/pmc/eventhandler.pmc

Modified: branches/pmc_pct/src/pmc/eventhandler.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/eventhandler.pmc	Fri Apr 24 14:19:32 2009	(r38311)
+++ branches/pmc_pct/src/pmc/eventhandler.pmc	Fri Apr 24 14:31:08 2009	(r38312)
@@ -172,7 +172,7 @@
 
 */
 
-    void set_string(STRING *type) {
+    VTABLE void set_string(STRING *type) {
         Parrot_EventHandler_attributes *e = PMC_data_typed(SELF, Parrot_EventHandler_attributes *);
 
         if (e)


More information about the parrot-commits mailing list