diff --git a/collects/scheme/match.ss b/collects/scheme/match.ss index e511d3454b..7d7f8f02a3 100644 --- a/collects/scheme/match.ss +++ b/collects/scheme/match.ss @@ -6,7 +6,7 @@ define-match-expander) (rename-out [define-match-expander* define-match-expander])) - (define-syntax (no-old-match-form stx) + (define-for-syntax (no-old-match-form stx) (raise-syntax-error #f "works only for constructor-based `match' form"