Diff for /gforth/Attic/errore.fs between versions 1.4 and 1.5

version 1.4, 1995/04/06 16:56:10 version 1.5, 1995/04/20 09:42:49
Line 74  ErrLink @ unlock reloff lock \ make sure Line 74  ErrLink @ unlock reloff lock \ make sure
         IF 2 cells + count type drop exit THEN          IF 2 cells + count type drop exit THEN
     REPEAT      REPEAT
     drop      drop
     dup -512 <= over -2048 > and      dup -2047 -511 within
     IF      IF
         512 + negate strerror type exit          512 + negate strerror type exit
     THEN      THEN

Removed from v.1.4  
changed lines
  Added in v.1.5


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