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

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Tue Jun 23 10:11:35 UTC 2009


Author: Infinoid
Date: Tue Jun 23 10:11:35 2009
New Revision: 39737
URL: https://trac.parrot.org/parrot/changeset/39737

Log:
[cage] c_parens.t fix.

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Tue Jun 23 10:09:23 2009	(r39736)
+++ trunk/compilers/imcc/pbc.c	Tue Jun 23 10:11:35 2009	(r39737)
@@ -1809,7 +1809,7 @@
     STRING *s;
     PMC    *p;
 
-    if(PMC_IS_NULL(_class))
+    if (PMC_IS_NULL(_class))
         IMCC_fatal(interp, 1, "make_pmc_const: no such pmc");
 
     if (*r->name == '"')


More information about the parrot-commits mailing list