chromatic wrote:
On Friday 03 April 2009 22:30:54 [email protected] wrote:

Log:
[PMC] add get_pointer VTABLE function to Pointer PMC

Modified:
   trunk/src/pmc/pointer.pmc

Modified: trunk/src/pmc/pointer.pmc
===========================================================================
=== --- trunk/src/pmc/pointer.pmc       Fri Apr  3 20:04:51 2009        (r37894)
+++ trunk/src/pmc/pointer.pmc   Sat Apr  4 05:30:51 2009        (r37895)
@@ -75,6 +75,20 @@

 /*

+=item C<void *get_pointer()>
+
+Returns the pointer value.
+
+=cut
+
+*/
+
+    VTABLE INTVAL get_integer() {

That looks like copy and paste gone awry.

-- c

That'll teach me to commit several day old changes without reviewing them first. It's fixed now.
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to