[svn:parrot] r39731 - trunk/lib/Parrot/Pmc2c

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Jun 23 04:00:38 UTC 2009


Author: cotto
Date: Tue Jun 23 04:00:25 2009
New Revision: 39731
URL: https://trac.parrot.org/parrot/changeset/39731

Log:
[pmc2c] aggregate a couple adjacent heredocs

Modified:
   trunk/lib/Parrot/Pmc2c/PMCEmitter.pm

Modified: trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMCEmitter.pm	Tue Jun 23 00:51:07 2009	(r39730)
+++ trunk/lib/Parrot/Pmc2c/PMCEmitter.pm	Tue Jun 23 04:00:25 2009	(r39731)
@@ -688,10 +688,6 @@
 
             if (vt->ro_variant_vtable)
                 vt->ro_variant_vtable->mro = vt->mro;
-
-EOC
-
-    $cout .= <<"EOC";
         }
 
         /* set up MRO and _namespace */


More information about the parrot-commits mailing list