From 8a0bab9fe3732d4b1fc2ca6b373f64f4b6bde46c Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 16 Jun 2010 20:04:28 -0400 Subject: [PATCH] Disable use of macro-debugger/emit --- collects/racket/match/parse-helper.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/racket/match/parse-helper.rkt b/collects/racket/match/parse-helper.rkt index a69f065301..3d45825914 100644 --- a/collects/racket/match/parse-helper.rkt +++ b/collects/racket/match/parse-helper.rkt @@ -4,7 +4,7 @@ syntax/boundmap syntax/stx scheme/struct-info - macro-debugger/emit + ;macro-debugger/emit "patterns.rkt" "compiler.rkt") @@ -148,7 +148,7 @@ [mresult (transformer mstx)] [result (syntax-local-introduce (introducer mresult))] [cert* (lambda (id) (certifier (cert id) #f introducer))]) - (emit-local-step stx result #:id expander) + ;(emit-local-step stx result #:id expander) (parse/cert result cert*)))) ;; raise an error, blaming stx