Diff for /gforth/kernel/int.fs between versions 1.27 and 1.28

version 1.27, 1999/03/23 20:24:25 version 1.28, 1999/03/28 16:10:03
Line 387  const Create ???  0 , 3 c, char ? c, cha Line 387  const Create ???  0 , 3 c, char ? c, cha
 \ ticks  \ ticks
   
 : (') ( "name" -- nt ) \ gforth  : (') ( "name" -- nt ) \ gforth
     name find-name dup 0=      name dup 0= -&16 and throw \ test for length 0
       find-name dup 0=
     IF      IF
         drop -&13 bounce          drop -&13 bounce
     THEN  ;      THEN  ;

Removed from v.1.27  
changed lines
  Added in v.1.28


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