[svn:parrot] r39494 - in trunk: docs/pdds src

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Wed Jun 10 15:23:20 UTC 2009


Author: Infinoid
Date: Wed Jun 10 15:23:20 2009
New Revision: 39494
URL: https://trac.parrot.org/parrot/changeset/39494

Log:
[cage] Fix codingstd failures.

Modified:
   trunk/docs/pdds/pdd19_pir.pod
   trunk/src/embed.c

Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod	Wed Jun 10 15:05:18 2009	(r39493)
+++ trunk/docs/pdds/pdd19_pir.pod	Wed Jun 10 15:23:20 2009	(r39494)
@@ -846,7 +846,7 @@
 Note that this only works for opcodes that have have a leading C<OUT>
 parameter. [this restriction unimplemented: RT #36283]
 
-=item ([<var1> [:<modifier1> ...], ...]) = <var2>([<arg1> [:<modifier2> ...], ...])
+=item ([<var1> [:<mod1> ...], ...]) = <var2>([<arg1> [:<mod2> ...], ...])
 
 This is short for:
 

Modified: trunk/src/embed.c
==============================================================================
--- trunk/src/embed.c	Wed Jun 10 15:05:18 2009	(r39493)
+++ trunk/src/embed.c	Wed Jun 10 15:23:20 2009	(r39494)
@@ -1076,6 +1076,7 @@
 static void
 print_constant_table(PARROT_INTERP)
 {
+    ASSERT_ARGS(print_constant_table)
     const INTVAL numconstants = interp->code->const_table->const_count;
     INTVAL i;
 


More information about the parrot-commits mailing list