Better tag

svn: r6660
This commit is contained in:
Jay McCarthy 2007-06-14 03:09:30 +00:00
parent c4ccd0e29a
commit 59761d434a

View File

@ -14,5 +14,5 @@
(define tag (md5 pgm))
(lambda ()
(begin0
(string->symbol (format "~a~a" tag (unbox count)))
(string->symbol (format "~a:~a" tag (unbox count)))
(set-box! count (add1 (unbox count)))))))