[gforth] / gforth / table.fs  

gforth: gforth/table.fs

Diff for /gforth/table.fs between version 1.5 and 1.6

version 1.5, Sat Sep 23 15:46:59 2000 UTC version 1.6, Sun Jan 28 16:54:55 2001 UTC
Line 23 
Line 23 
 \ table (case-sensitive wordlist)  \ table (case-sensitive wordlist)
   
 : table-find ( addr len wordlist -- nfa / false )  : table-find ( addr len wordlist -- nfa / false )
     >r 2dup r> bucket @ (tablefind) ;      >r 2dup r> bucket @ (tablelfind) ;
   
 Create tablesearch-map ( -- wordlist-map )  Create tablesearch-map ( -- wordlist-map )
     ' table-find A, ' hash-reveal A, ' (rehash) A, ' (rehash) A,      ' table-find A, ' hash-reveal A, ' (rehash) A, ' (rehash) A,


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help