--- gforth/wordinfo.fs 1998/12/08 22:02:53 1.17 +++ gforth/wordinfo.fs 1999/01/03 21:48:38 1.18 @@ -63,7 +63,7 @@ [IFDEF] forthstart : xtprim? ( xt -- flag ) - dictionary-end forthstart within ; \ !! does not work for CODE words + in-dictionary? 0= ; \ !! does not work for CODE words [ELSE] : xtprim? ( xt -- flag ) dup >body swap >code-address = ; \ !! works only for indirect threaded code