summaryrefslogtreecommitdiff
path: root/tools/tmap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tmap.scm')
-rw-r--r--tools/tmap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tmap.scm b/tools/tmap.scm
index 4098d28..e96133d 100644
--- a/tools/tmap.scm
+++ b/tools/tmap.scm
@@ -1,6 +1,6 @@
;;; sequence tests
-(set! (*s7* 'heap-size) (* 4 1024000))
+;(set! (*s7* 'heap-size) (* 4 1024000))
(define (less-than a b)
(or (< a b) (> b a)))