Make debugging output from mzc work again.
svn: r4976
This commit is contained in:
parent
c6d593419b
commit
562f12160d
|
@ -226,10 +226,8 @@
|
|||
(when (compiler:option:debug)
|
||||
(debug "~a[~a.~a]_"
|
||||
n
|
||||
(zodiac:location-line
|
||||
(zodiac:zodiac-start sexp))
|
||||
(zodiac:location-column
|
||||
(zodiac:zodiac-start sexp))))
|
||||
(syntax-line sexp)
|
||||
(syntax-column sexp)))
|
||||
(cons sexp (loop (+ n 1))))))))])
|
||||
(unless (null? compiler:messages) (when (compiler:option:verbose) (newline)))
|
||||
(compiler:report-messages! #t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user