Fixing #| ... |# comments.

This commit is contained in:
Alex Shinn 2012-11-03 23:29:13 +09:00
parent b3005cc0ee
commit 83a2de519c

View file

@ -258,7 +258,8 @@
(read-one) ;; discard
(read-one))
((#\|)
(skip-comment in 0))
(skip-comment in 0)
(read-one))
((#\!)
(let ((name (read-name #f in)))
(cond