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

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 10 18:23:25 UTC 2009


Author: allison
Date: Tue Mar 10 18:23:24 2009
New Revision: 37273
URL: https://trac.parrot.org/parrot/changeset/37273

Log:
[cage] Removing TODO that's already been done (generated MMD header
entries), and the already commented-out code from the hack before the
TODO was done. Resolves RT #46619.

Modified:
   trunk/src/pmc/integer.pmc

Modified: trunk/src/pmc/integer.pmc
==============================================================================
--- trunk/src/pmc/integer.pmc	Tue Mar 10 18:20:47 2009	(r37272)
+++ trunk/src/pmc/integer.pmc	Tue Mar 10 18:23:24 2009	(r37273)
@@ -22,12 +22,6 @@
 #include "parrot/parrot.h"
 
 #include "pmc_bigint.h"
-/* RT#46619 create MMD headers to in Pmc2c.pm */
-/*
-extern INTVAL Parrot_BigInt_multi_is_equal_BigInt(PARROT_INTERP, PMC*, PMC*);
-extern PMC *Parrot_BigInt_multiply_int(PARROT_INTERP,
-        PMC *pmc, INTVAL value, PMC *dest) ;
-*/
 
 static void
 maybe_throw_overflow_error(PARROT_INTERP)


More information about the parrot-commits mailing list