cvsuser 02/11/18 02:12:28
Modified: classes scratchpad.pmc
Log:
init code
Revision Changes Path
1.2 +12 -11 parrot/classes/scratchpad.pmc
Index: scratchpad.pmc
===================================================================
RCS file: /cvs/public/parrot/classes/scratchpad.pmc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- scratchpad.pmc 15 Nov 2002 05:49:09 -0000 1.1
+++ scratchpad.pmc 18 Nov 2002 10:12:28 -0000 1.2
@@ -1,7 +1,7 @@
/* Scratchpad.pmc
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: scratchpad.pmc,v 1.1 2002/11/15 05:49:09 sfink Exp $
+ * $Id: scratchpad.pmc,v 1.2 2002/11/18 10:12:28 leo Exp $
* Overview:
* These are the vtable functions for the Scratchpad base class.
* Data Structure and Algorithms:
@@ -17,6 +17,7 @@
void init () {
SELF->flags |= PMC_custom_mark_FLAG | PMC_active_destroy_FLAG;
+ SELF->cache.int_val = 0;
}
PMC* mark (PMC* last) {