diff interp.h @ 32:9ee9adc696e7

Merged changes
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Sep 2009 19:49:06 -0400
parents fab5bb137cf9 914ad38f9b59
children 429b5f441381
line wrap: on
line diff
--- a/interp.h	Mon Sep 28 19:48:45 2009 -0400
+++ b/interp.h	Mon Sep 28 19:49:06 2009 -0400
@@ -50,7 +50,7 @@
 #define	USER_FLAG	0x8000
 #define	TYPE_MASK 	0xFF
 
-#define START_COMP_STORAGE	40
+#define START_COMP_STORAGE	128
 #define START_DEF_STORAGE	100
 
 #ifdef CPLUSPLUS