[svn:parrot] r40957 - branches/context_pmc3/lib/Parrot/OpTrans

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Sep 3 10:58:58 UTC 2009


Author: bacek
Date: Thu Sep  3 10:58:58 2009
New Revision: 40957
URL: https://trac.parrot.org/parrot/changeset/40957

Log:
[cage] Drop useless #include "parrot/interpeter.h"

Modified:
   branches/context_pmc3/lib/Parrot/OpTrans/CGoto.pm

Modified: branches/context_pmc3/lib/Parrot/OpTrans/CGoto.pm
==============================================================================
--- branches/context_pmc3/lib/Parrot/OpTrans/CGoto.pm	Thu Sep  3 10:58:34 2009	(r40956)
+++ branches/context_pmc3/lib/Parrot/OpTrans/CGoto.pm	Thu Sep  3 10:58:58 2009	(r40957)
@@ -65,7 +65,6 @@
     my $type = __PACKAGE__;
     return <<END;
 /* defines - $0 -> $type */
-#include "parrot/interpreter.h"
 #undef CONST
 #define REL_PC     ((size_t)(cur_opcode - (opcode_t*)interp->code->base.data))
 #define CUR_OPCODE cur_opcode


More information about the parrot-commits mailing list