macro-debugger: disable lift errors

Do not apply to release branch.

svn: r14914
This commit is contained in:
Ryan Culpepper 2009-05-22 00:39:13 +00:00
parent 5be3d8d2f7
commit bf001f811d

View File

@ -612,7 +612,7 @@
;; lift-error
(define (lift-error sym . args)
(apply fprintf (current-error-port) args)
(when #t
(when #f
(apply error sym args)))
;; opaque-table