[svn:parrot] r37894 - trunk/compilers/imcc

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Fri Apr 3 20:04:54 UTC 2009


Author: Infinoid
Date: Fri Apr  3 20:04:51 2009
New Revision: 37894
URL: https://trac.parrot.org/parrot/changeset/37894

Log:
[cage] Fix some pod_syntax.t failures.

Modified:
   trunk/compilers/imcc/imcc.y
   trunk/compilers/imcc/imcparser.c

Modified: trunk/compilers/imcc/imcc.y
==============================================================================
--- trunk/compilers/imcc/imcc.y	Fri Apr  3 18:42:24 2009	(r37893)
+++ trunk/compilers/imcc/imcc.y	Fri Apr  3 20:04:51 2009	(r37894)
@@ -340,6 +340,8 @@
 
 /*
 
+=over 4
+
 =item C<static Instruction * MK_I(PARROT_INTERP, IMC_Unit *unit, const char
 *fmt, int n, ...)>
 
@@ -2413,6 +2415,11 @@
 }
 
 /*
+
+=back
+
+ */
+/*
  * Local variables:
  *   c-file-style: "parrot"
  * End:

Modified: trunk/compilers/imcc/imcparser.c
==============================================================================
--- trunk/compilers/imcc/imcparser.c	Fri Apr  3 18:42:24 2009	(r37893)
+++ trunk/compilers/imcc/imcparser.c	Fri Apr  3 20:04:51 2009	(r37894)
@@ -664,6 +664,8 @@
 
 /*
 
+=over 4
+
 =item C<static Instruction * MK_I(PARROT_INTERP, IMC_Unit *unit, const char
 *fmt, int n, ...)>
 
@@ -5370,6 +5372,11 @@
 }
 
 /*
+
+=back
+
+ */
+/*
  * Local variables:
  *   c-file-style: "parrot"
  * End:


More information about the parrot-commits mailing list