--- gforth/look.fs 2002/12/13 21:20:39 1.19 +++ gforth/look.fs 2002/12/21 17:27:13 1.20 @@ -42,7 +42,11 @@ decimal then ; : (look) ( xt startlfa -- lfa flag ) - swap decompile-prim false rot + swap + [IFDEF] decompile-prim + decompile-prim + [THEN] + false rot BEGIN @ dup WHILE