commit ff826b17e37bdaf2984221e18a415ac7376917b7
parent 9c8ec0d60355a9d33fb1494978446c518e45d466
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date: Fri, 22 May 2009 00:39:13 +0000
macro-debugger: disable lift errors
Do not apply to release branch.
svn: r14914
original commit: bf001f811de9389e5c485a953d6134847bcf7258
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/macro-debugger/model/reductions.ss b/collects/macro-debugger/model/reductions.ss
@@ -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