diff --git a/untyped-only/syntax-parse.rkt b/untyped-only/syntax-parse.rkt index 75b6aee..014c025 100644 --- a/untyped-only/syntax-parse.rkt +++ b/untyped-only/syntax-parse.rkt @@ -11,7 +11,8 @@ [(version< (version) "6.90.0.24") (require (prefix-in - syntax/parse/private/residual))] [else - (require (prefix-in - racket/private/template)) + (require (rename-in (prefix-in - racket/private/template) + [-attribute-mapping -make-attribute-mapping])) (define-for-syntax (-attribute-mapping-syntax? x) ;; attribute-mapping-check is actually false when attribute-mapping-syntax? ;; would have been true (thanks rmculpepper !)