[svn:parrot] r43001 - branches/context_unify3/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Dec 11 21:32:34 UTC 2009


Author: bacek
Date: Fri Dec 11 21:32:34 2009
New Revision: 43001
URL: https://trac.parrot.org/parrot/changeset/43001

Log:
Typedef CallContext attributes struct as Parrot_Context.

Modified:
   branches/context_unify3/include/parrot/context.h

Modified: branches/context_unify3/include/parrot/context.h
==============================================================================
--- branches/context_unify3/include/parrot/context.h	Fri Dec 11 21:32:14 2009	(r43000)
+++ branches/context_unify3/include/parrot/context.h	Fri Dec 11 21:32:34 2009	(r43001)
@@ -24,8 +24,8 @@
     INTVAL       *regs_i;
 } Regs_ni;
 
-#include <pmc/pmc_context.h>
-typedef struct Parrot_Context_attributes Parrot_Context;
+#include <pmc/pmc_callcontext.h>
+typedef struct Parrot_CallContext_attributes Parrot_Context;
 
 /*
  * Macros to make accessing registers more convenient/readable.


More information about the parrot-commits mailing list