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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed May 26 09:39:09 UTC 2010


Author: mikehh
Date: Wed May 26 09:39:08 2010
New Revision: 47021
URL: https://trac.parrot.org/parrot/changeset/47021

Log:
fix codetest failure - line length

Modified:
   trunk/src/pmc/callcontext.pmc

Modified: trunk/src/pmc/callcontext.pmc
==============================================================================
--- trunk/src/pmc/callcontext.pmc	Wed May 26 08:56:38 2010	(r47020)
+++ trunk/src/pmc/callcontext.pmc	Wed May 26 09:39:08 2010	(r47021)
@@ -167,7 +167,8 @@
 }
 
 static void
-ensure_positionals_storage_ap(PARROT_INTERP, ARGIN(PMC *self), INTVAL size, INTVAL allocated_positionals)
+ensure_positionals_storage_ap(PARROT_INTERP,
+                              ARGIN(PMC *self), INTVAL size, INTVAL allocated_positionals)
 {
     ASSERT_ARGS(ensure_positionals_storage_ap)
     INTVAL num_positionals;


More information about the parrot-commits mailing list