[svn:parrot] r43228 - trunk/src/ops

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed Dec 23 20:18:48 UTC 2009


Author: whiteknight
Date: Wed Dec 23 20:18:46 2009
New Revision: 43228
URL: https://trac.parrot.org/parrot/changeset/43228

Log:
fix some paths on include files after the pmc headers were moved to include/pmc/*. Not a functional change, but I have found some compilers that can get a little bit confused on that.

Modified:
   trunk/src/ops/core.ops

Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops	Wed Dec 23 14:25:44 2009	(r43227)
+++ trunk/src/ops/core.ops	Wed Dec 23 20:18:46 2009	(r43228)
@@ -8,8 +8,8 @@
 #include "parrot/dynext.h"
 #include "parrot/embed.h"
 #include "parrot/runcore_api.h"
-#include "../pmc/pmc_continuation.h"
-#include "../pmc/pmc_parrotlibrary.h"
+#include "pmc/pmc_continuation.h"
+#include "pmc/pmc_parrotlibrary.h"
 
 END_OPS_PREAMBLE
 


More information about the parrot-commits mailing list