[gforth] / gforth / hash.fs  

gforth: gforth/hash.fs

Diff for /gforth/hash.fs between version 1.29 and 1.30

version 1.29, Sun Nov 24 19:49:45 2002 UTC version 1.30, Sat Dec 7 18:07:19 2002 UTC
Line 166 
Line 166 
   [ [IFUNDEF] allocate ]    [ [IFUNDEF] allocate ]
   ABORT" no more space in hashtable"    ABORT" no more space in hashtable"
   [ [ELSE] ]    [ [ELSE] ]
   HashPop @ 1 hashbits lshift >= or    HashPop @ hashlen 2* >= or
   IF  hashdouble  THEN    IF  hashdouble  THEN
   [ [THEN] ] ; is hash-alloc    [ [THEN] ] ; is hash-alloc
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help