reset hash tables

original commit: ece625fb8fe0d28536fb3f6ab96b64db9af5af74
This commit is contained in:
Paul Steckler 2002-09-20 18:35:43 +00:00
parent b943095385
commit 595c5e06d8

View File

@ -252,6 +252,10 @@
(define (doc-collections-changed) (define (doc-collections-changed)
(set! doc-collection-date #f) (set! doc-collection-date #f)
(set! html-keywords (make-hash-table))
(set! html-indices (make-hash-table))
(set! text-keywords (make-hash-table))
(set! text-indices (make-hash-table))
(reset-doc-positions!)) (reset-doc-positions!))
(define re:url-dir (regexp "^([^/]*)/(.*)$")) (define re:url-dir (regexp "^([^/]*)/(.*)$"))