[svn:parrot] r42356 - branches/pmc_headers_move/lib/Parrot/Pmc2c

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Nov 8 09:12:14 UTC 2009


Author: bacek
Date: Sun Nov  8 09:12:13 2009
New Revision: 42356
URL: https://trac.parrot.org/parrot/changeset/42356

Log:
Put proper #include "pmc/pmc_default.h" in generated .c from .pmc files.

Modified:
   branches/pmc_headers_move/lib/Parrot/Pmc2c/PMCEmitter.pm

Modified: branches/pmc_headers_move/lib/Parrot/Pmc2c/PMCEmitter.pm
==============================================================================
--- branches/pmc_headers_move/lib/Parrot/Pmc2c/PMCEmitter.pm	Sun Nov  8 09:11:53 2009	(r42355)
+++ branches/pmc_headers_move/lib/Parrot/Pmc2c/PMCEmitter.pm	Sun Nov  8 09:12:13 2009	(r42356)
@@ -91,7 +91,7 @@
         $ro->gen_methods;
     }
 
-    $c->emit("#include \"pmc_default.h\"\n");
+    $c->emit("#include \"pmc/pmc_default.h\"\n");
 
     $c->emit( $self->update_vtable_func );
     $c->emit( $self->get_vtable_func );


More information about the parrot-commits mailing list