Author: rgrjr
Date: Mon Feb 20 19:59:28 2006
New Revision: 11691

Modified:
   trunk/include/parrot/interpreter.h
Log:
   + Expand the CHUNKED_CTX_MEM comment.


Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h  (original)
+++ trunk/include/parrot/interpreter.h  Mon Feb 20 19:59:28 2006
@@ -254,7 +254,9 @@ struct Interp_Context {
 
 #define CONTEXT(ctx) ((ctx).state)
 
-#define CHUNKED_CTX_MEM 0           /* see src/register.c */
+#define CHUNKED_CTX_MEM 0           /* no longer works, but will be reinstated
+                                       some day; see src/register.c for 
details.
+                                    */
 
 typedef struct _context_mem {
 #if CHUNKED_CTX_MEM

Reply via email to