cvsuser 03/06/12 17:20:21
Modified: . interpreter.c
Log:
Toss some C++ style commented out code
Revision Changes Path
1.157 +1 -6 parrot/interpreter.c
Index: interpreter.c
===================================================================
RCS file: /cvs/public/parrot/interpreter.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -w -r1.156 -r1.157
--- interpreter.c 12 Jun 2003 23:50:52 -0000 1.156
+++ interpreter.c 13 Jun 2003 00:20:21 -0000 1.157
@@ -1,7 +1,7 @@
/* interpreter.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: interpreter.c,v 1.156 2003/06/12 23:50:52 dan Exp $
+ * $Id: interpreter.c,v 1.157 2003/06/13 00:20:21 dan Exp $
* Overview:
* The interpreter api handles running the operations
* Data Structure and Algorithms:
@@ -530,11 +530,6 @@
interpreter->ctx.string_reg_top = interpreter->ctx.string_reg_base;
interpreter->ctx.pmc_reg_top = interpreter->ctx.pmc_reg_base;
- /* Initialize the register chunks */
- // interpreter->ctx.int_reg_base->used = 0;
- //interpreter->ctx.num_reg_base->used = 0;
- //interpreter->ctx.string_reg_base->used = 0;
- //interpreter->ctx.pmc_reg_base->used = 0;
/* the SET_NULL macros are only for systems where a NULL pointer
* isn't represented by zeroes, so don't use these for resetting
* non-null pointers