macro-debugger: disable lift errors

Do not apply to release branch.

svn: r14914

original commit: bf001f811de9389e5c485a953d6134847bcf7258
This commit is contained in:
Ryan Culpepper 2009-05-22 00:39:13 +00:00
parent 9c8ec0d603
commit ff826b17e3

View File

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