summaryrefslogtreecommitdiffstats
path: root/genman.txr
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-07-04 23:38:07 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-07-05 14:35:49 -0700
commitc656cf912e32f394a525d970bce7b08e47f06333 (patch)
tree28e2a10ea4a44cb3500e7ad5a8fb0df4a6c67e57 /genman.txr
parentb632bc645ba4fc72e1434cf58327b653bbf73c5b (diff)
downloadtxr-c656cf912e32f394a525d970bce7b08e47f06333.tar.gz
txr-c656cf912e32f394a525d970bce7b08e47f06333.tar.bz2
txr-c656cf912e32f394a525d970bce7b08e47f06333.zip
genman, lib, tests: use defvarl where possible.
* genman.txr (dupes, tagnum): Replace defvar with defvarl. * stdlib/doc-lookup.tl (os-symbol): Same. * tests/011/macros-3.tl (x): Same. * tests/011/mandel.txr (x-centre, y-centre, width, i-max, j-max, n) (r-max, pixel-size, x-offset, y-offset): Same. (file, colour-max): Delete (unused) variables. * tests/012/circ.tl (x): Replace defvar with defvarl. * tests/012/stack.tl (stack-limited): Same. * tests/012/struct.tl (s): Same. * tests/013/maze.tl (vi, pa, sc): Delete variables. Use function arguments instead. (usage): Fix typo. * tests/014/dgram-stream.tl (family): Rename to... (*family*): ...this. * tests/014/socket-basic.tl (socktype): Rename to... (*socktype*): ...this. (%iters%): Replace defvar with defvarl.
Diffstat (limited to 'genman.txr')
-rw-r--r--genman.txr4
1 files changed, 2 insertions, 2 deletions
diff --git a/genman.txr b/genman.txr
index 392b8524..879f5413 100644
--- a/genman.txr
+++ b/genman.txr
@@ -9,8 +9,8 @@
@(bind clpsall "[collapse all]")
@(bind closed t)
@(do
- (defvar dupes (hash))
- (defvar tagnum (hash :equal-based))
+ (defvarl dupes (hash))
+ (defvarl tagnum (hash :equal-based))
(defvarl disamb (hash :equal-based))
(defvarl dist-counter 0)