[svn:parrot] r40907 - branches/context_pmc3/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Sep 1 10:45:44 UTC 2009


Author: bacek
Date: Tue Sep  1 10:45:43 2009
New Revision: 40907
URL: https://trac.parrot.org/parrot/changeset/40907

Log:
Finally remove CONTEXT_FIELD and CURRENT_CONTEXT_FIELD macros.

Modified:
   branches/context_pmc3/include/parrot/interpreter.h

Modified: branches/context_pmc3/include/parrot/interpreter.h
==============================================================================
--- branches/context_pmc3/include/parrot/interpreter.h	Tue Sep  1 10:45:22 2009	(r40906)
+++ branches/context_pmc3/include/parrot/interpreter.h	Tue Sep  1 10:45:43 2009	(r40907)
@@ -205,8 +205,6 @@
  * functions to manipulate Context.
  */
 #define CURRENT_CONTEXT(interp) ((interp)->ctx)
-#define CONTEXT_FIELD(interp, ctx, name)    ((Parrot_pcc_get_context_struct((interp), (ctx)))->name)
-#define CURRENT_CONTEXT_FIELD(interp, name) CONTEXT_FIELD((interp), (interp)->ctx, name)
 
 
 #define CHUNKED_CTX_MEM 0           /* no longer works, but will be reinstated


More information about the parrot-commits mailing list