Diff for /gforth/kernel/comp.fs between versions 1.89 and 1.90

version 1.89, 2006/12/31 13:39:18 version 1.90, 2007/03/12 20:11:55
Line 303  has? peephole [IF] Line 303  has? peephole [IF]
   
 \ \ ticks  \ \ ticks
   
 : name>comp ( nt -- w xt ) \ gforth  : name>comp ( nt -- w xt ) \ gforth name-to-comp
     \G @i{w xt} is the compilation token for the word @i{nt}.      \G @i{w xt} is the compilation token for the word @i{nt}.
     (name>comp)      (name>comp)
     1 = if      1 = if

Removed from v.1.89  
changed lines
  Added in v.1.90


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>