summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--genman.txr6
1 files changed, 3 insertions, 3 deletions
diff --git a/genman.txr b/genman.txr
index c5e1a797..d1593cfb 100644
--- a/genman.txr
+++ b/genman.txr
@@ -1,14 +1,14 @@
@# This requires a hacked version of man2html
@# See here: http://www.kylheku.com/cgit/man
-@(bind symhash @(hash :equal-based))
-@(bind tagmap @(hash :equal-based))
-@(bind tochash @(hash :equal-based))
@(bind closedtxt " <TT>[+]</TT>")
@(bind opentxt " <TT>[-]</TT>")
@(bind xpnall "[expand all]")
@(bind clpsall "[collapse all]")
@(bind closed t)
@(do
+ (defvarl symhash (hash))
+ (defvarl tagmap (hash))
+ (defvarl tochash (hash))
(defvarl dupe-hashes (hash))
(defvarl dupe-titles (hash))
(defvarl direct (hash))