vocabs.cache: root-cache get instead of get-global.

db4
John Benediktsson 2013-03-05 18:57:32 -08:00
parent cf4d639345
commit c64a90b277
1 changed files with 1 additions and 1 deletions
basis/vocabs/cache

View File

@ -7,7 +7,7 @@ IN: vocabs.cache
: reset-cache ( vocab -- )
vocab-name
[ root-cache get-global delete-at ]
[ root-cache get delete-at ]
[
\ vocab-file-contents "memoize" word-prop swap
'[ drop first vocab-name _ = not ] assoc-filter! drop