commit 8e9347bc09a81b6854b591077529935e18cad11d parent f5cdef07f210c8e93791d0474ce3ccae1d30c443 Author: Eli Barzilay <eli@racket-lang.org> Date: Mon, 16 Feb 2009 01:02:55 +0000 Some more require sorting -- no need for the scribble stuff to be provided from literate-lang, and switched to scheme/base (so the game file need to require it for syntax.) svn: r13636 original commit: 74f88bde6840b7e14ea18d6bff5e63d80f348b09 Diffstat:
| M | collects/games/chat-noir/literate-lang.ss | | | 16 | +++------------- |
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/collects/games/chat-noir/literate-lang.ss b/collects/games/chat-noir/literate-lang.ss @@ -1,20 +1,10 @@ -#lang scheme +#lang scheme/base -(provide (except-out (all-from-out scheme) - #%module-begin) +(provide (except-out (all-from-out scheme/base) #%module-begin) (rename-out [module-begin #%module-begin]) - (all-from-out scribble/basic - scribble/manual) chunk) -(require (for-syntax scheme/base - syntax/boundmap - scheme/list - syntax/kerncase) - scribble/manual - scribble/struct - scribble/basic - scribble/decode) +(require (for-syntax scheme/base syntax/boundmap scheme/list syntax/kerncase)) (begin-for-syntax (define main-id #f)