--- gforth/engine/main.c 2006/04/01 17:34:08 1.166 +++ gforth/engine/main.c 2006/06/04 19:16:27 1.167 @@ -182,7 +182,7 @@ char *progname = "gforth"; int optind = 1; #endif -#define CODE_BLOCK_SIZE (4096*1024) /* !! overflow handling for -native */ +#define CODE_BLOCK_SIZE (512*1024) /* !! overflow handling for -native */ Address code_area=0; Cell code_area_size = CODE_BLOCK_SIZE; Address code_here=NULL+CODE_BLOCK_SIZE; /* does for code-area what HERE