Diff for /gforth/kernel/int.fs between versions 1.74 and 1.75

version 1.74, 2001/03/18 22:20:27 version 1.75, 2001/03/28 09:06:57
Line 364  const Create ???  0 , 3 , char ? c, char Line 364  const Create ???  0 , 3 , char ? c, char
     \ iterations should catch most false addresses: on the first      \ iterations should catch most false addresses: on the first
     \ iteration, we may get an xt, on the second a code address (or      \ iteration, we may get an xt, on the second a code address (or
     \ some code), which is typically not in the dictionary.      \ some code), which is typically not in the dictionary.
       \ !! does not work se well for simple-see: trips on the first "0"
     2 0 do      2 0 do
         dup dup aligned <> if \ protect @ against unaligned accesses          dup dup aligned <> if \ protect @ against unaligned accesses
             drop false unloop exit              drop false unloop exit

Removed from v.1.74  
changed lines
  Added in v.1.75


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