Fixes bug 190373: `time' macro's "running stats for" can be misleading

This commit is contained in:
Abdulaziz Ghuloum 2008-03-24 21:45:36 -04:00
parent 3c3fec3908
commit 81c17da20b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1427
1428

View File

@ -1301,7 +1301,7 @@
(lambda (stx)
(syntax-match stx ()
((_ expr)
(bless `(time-it ',expr (lambda () ,expr)))))))
(bless `(time-it (format "~s" ',expr) (lambda () ,expr)))))))
(define delay-macro
(lambda (stx)