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

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Apr 4 05:46:37 UTC 2009


Author: cotto
Date: Sat Apr  4 05:46:37 2009
New Revision: 37896
URL: https://trac.parrot.org/parrot/changeset/37896

Log:
[PMC] fix previous commit

Modified:
   trunk/src/pmc/pointer.pmc

Modified: trunk/src/pmc/pointer.pmc
==============================================================================
--- trunk/src/pmc/pointer.pmc	Sat Apr  4 05:30:51 2009	(r37895)
+++ trunk/src/pmc/pointer.pmc	Sat Apr  4 05:46:37 2009	(r37896)
@@ -83,7 +83,7 @@
 
 */
 
-    VTABLE INTVAL get_integer() {
+    VTABLE void *get_pointer() {
         return PMC_data(SELF);
     }
 


More information about the parrot-commits mailing list