Skip to content

Commit

Permalink
+ Expand the CHUNKED_CTX_MEM comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@11691 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Bob Rogers committed Feb 21, 2006
1 parent 1e68713 commit ccd6b22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/parrot/interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccd6b22

Please sign in to comment.