original commit: cf832a34db3aa0ceebc32c3051abcbe206aa6e16
tokens
Matthew Flatt 20 years ago
parent 17bc737220
commit 486e905094

@ -167,9 +167,9 @@
((eq? 'special first-char)
(let* ((comment? #f)
(error? #f)
(spec (with-handlers ((exn:special-comment?
(spec (with-handlers ((special-comment?
(lambda (x) (set! comment? #t)))
(not-break-exn?
(exn:fail?
(lambda (ex) (set! error? #t) ex)))
(read-char-or-special ip))))
(cond

Loading…
Cancel
Save