From e37b0b6361fb1338418113474c0db6951af1c79d Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 3 Apr 2015 12:04:55 -0400 Subject: [PATCH] Load dependencies more lazily. --- racket/collects/syntax/parse/private/litconv.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/racket/collects/syntax/parse/private/litconv.rkt b/racket/collects/syntax/parse/private/litconv.rkt index 7115be0c79..8388877ea8 100644 --- a/racket/collects/syntax/parse/private/litconv.rkt +++ b/racket/collects/syntax/parse/private/litconv.rkt @@ -4,13 +4,13 @@ "sc.rkt" "lib.rkt" "kws.rkt" - racket/syntax - syntax/private/keyword) + racket/syntax) syntax/parse/private/residual-ct ;; keep abs. path syntax/parse/private/residual ;; keep abs. path (only-in unstable/syntax phase-of-enclosing-module)) (begin-for-syntax (lazy-require + [syntax/private/keyword (options-select-value parse-keyword-options)] [syntax/parse/private/rep ;; keep abs. path (parse-kw-formals check-conventions-rules