From 1bf4429e49656ec9ed13d222cbd853977207cae7 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 8 Nov 2013 13:39:07 -0500 Subject: [PATCH] Add `module*' to syntax/parse's kernel-literals. --- racket/collects/syntax/parse/private/litconv.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/collects/syntax/parse/private/litconv.rkt b/racket/collects/syntax/parse/private/litconv.rkt index 4f5e4be7e3..7115be0c79 100644 --- a/racket/collects/syntax/parse/private/litconv.rkt +++ b/racket/collects/syntax/parse/private/litconv.rkt @@ -275,5 +275,5 @@ cause an error, so don't worry about that case.) #%top #%datum #%variable-reference - module #%provide #%require #%declare + module module* #%provide #%require #%declare #%plain-module-begin))