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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Aug 15 05:02:17 UTC 2010


Author: mikehh
Date: Sun Aug 15 05:02:16 2010
New Revision: 48503
URL: https://trac.parrot.org/parrot/changeset/48503

Log:
correct =item to pass boilerplate only in pmc_docs.t

Modified:
   trunk/src/pmc/bigint.pmc

Modified: trunk/src/pmc/bigint.pmc
==============================================================================
--- trunk/src/pmc/bigint.pmc	Sun Aug 15 03:25:18 2010	(r48502)
+++ trunk/src/pmc/bigint.pmc	Sun Aug 15 05:02:16 2010	(r48503)
@@ -696,7 +696,8 @@
 
 /*
 
-=item C<static void bigint_sub_bigint(PARROT_INTERP, PMC *self, PMC *value, PMC *dest)>
+=item C<static void bigint_sub_bigint_int(PARROT_INTERP, PMC *self, INTVAL
+value, PMC *dest)>
 
 
 =cut


More information about the parrot-commits mailing list