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
This commit is contained in:
parent
f5cdef07f2
commit
8e9347bc09
|
@ -1,20 +1,10 @@
|
||||||
#lang scheme
|
#lang scheme/base
|
||||||
|
|
||||||
(provide (except-out (all-from-out scheme)
|
(provide (except-out (all-from-out scheme/base) #%module-begin)
|
||||||
#%module-begin)
|
|
||||||
(rename-out [module-begin #%module-begin])
|
(rename-out [module-begin #%module-begin])
|
||||||
(all-from-out scribble/basic
|
|
||||||
scribble/manual)
|
|
||||||
chunk)
|
chunk)
|
||||||
|
|
||||||
(require (for-syntax scheme/base
|
(require (for-syntax scheme/base syntax/boundmap scheme/list syntax/kerncase))
|
||||||
syntax/boundmap
|
|
||||||
scheme/list
|
|
||||||
syntax/kerncase)
|
|
||||||
scribble/manual
|
|
||||||
scribble/struct
|
|
||||||
scribble/basic
|
|
||||||
scribble/decode)
|
|
||||||
|
|
||||||
(begin-for-syntax
|
(begin-for-syntax
|
||||||
(define main-id #f)
|
(define main-id #f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user