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

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Apr 25 10:06:55 UTC 2009


Author: bacek
Date: Sat Apr 25 10:06:54 2009
New Revision: 38342
URL: https://trac.parrot.org/parrot/changeset/38342

Log:
[cage] Add VTABLE to schedulermessage.pmc

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

Modified: branches/pmc_pct/src/pmc/schedulermessage.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/schedulermessage.pmc	Sat Apr 25 10:06:24 2009	(r38341)
+++ branches/pmc_pct/src/pmc/schedulermessage.pmc	Sat Apr 25 10:06:54 2009	(r38342)
@@ -143,7 +143,7 @@
 
 */
 
-    STRING *  get_string() {
+    VTABLE STRING *  get_string() {
         Parrot_SchedulerMessage_attributes * core_struct = PARROT_SCHEDULERMESSAGE(SELF);
         return core_struct->type;
     }


More information about the parrot-commits mailing list