--- gforth/engine/engine.c 1997/05/21 20:40:07 1.1 +++ gforth/engine/engine.c 1998/03/21 21:37:50 1.2 @@ -258,7 +258,7 @@ Label *engine(Xt *ip0, Cell *sp0, Cell * #if defined(DOUBLY_INDIRECT) #define MAX_SYMBOLS 1000 int i; - Cell code_offset = offset_image? 11*sizeof(Cell) : 0; + Cell code_offset = offset_image? 22*sizeof(Cell) : 0; symbols = (Label *)(malloc(MAX_SYMBOLS*sizeof(Cell)+code_offset)+code_offset); for (i=0; i