macro-debugger: disable lift errors
Do not apply to release branch. svn: r14914 original commit: bf001f811de9389e5c485a953d6134847bcf7258
This commit is contained in:
parent
9c8ec0d603
commit
ff826b17e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user