rackety framework and tools docs

original commit: 6563ef6812bfc2ea8921165d12cb78e74dca4626
This commit is contained in:
Matthew Flatt 2010-05-08 07:36:54 -06:00
parent 96f8dfdd6b
commit d681de23ad

View File

@ -487,7 +487,7 @@
(let ([i (cadr (syntax->list c))])
(set! src-col (or (syntax-column i) src-col))
(hash-set! next-col-map src-col dest-col)
((loop init-line! (+ quote-depth quote-delta) expr? #f) i))))]
((loop init-line! (max 0 (+ quote-depth quote-delta)) expr? #f) i))))]
[(and (pair? (syntax-e c))
(or (not expr?)
(positive? quote-depth)