--- gforth/engine/main.c 2002/03/22 20:36:26 1.61 +++ gforth/engine/main.c 2002/04/01 15:34:35 1.62 @@ -465,6 +465,10 @@ void check_prims(Label symbols1[]) PrimInfo *pi=&priminfos[i]; int j; pi->super_end = superend[i-DOESJUMP-1]|no_super; + /* !! enable superinstructions for GFORTH_DEBUGGING) */ +#ifdef GFORTH_DEBUGGING + pi->super_end = 1; +#endif for (j=prim_len-IND_JUMP_LENGTH; ; j--) { if (IS_NEXT_JUMP(symbols1[i]+j)) { prim_len = j;