avoid leading colon for id

svn: r936

original commit: 457d23c390607b70ee8e3fd98205a68e6ac91e9a
This commit is contained in:
Matthew Flatt 2005-09-29 15:49:27 +00:00
parent bad05e233d
commit f46bf065a2

View File

@ -447,7 +447,7 @@
(hash-table-remove! table obj)
cycle)))))))
(define ::dummy::
(define __dummy__
(when found-cycle
(let loop ([obj obj])
(if (or (vector? obj)