duh, avoid chasing our tail
svn: r8994
This commit is contained in:
parent
78490295fd
commit
d42baaee46
|
@ -1,4 +1,5 @@
|
||||||
#lang scheme/base
|
(module module-reader scheme/base
|
||||||
|
|
||||||
(provide (rename-out [provide-module-reader #%module-begin]
|
(provide (rename-out [provide-module-reader #%module-begin]
|
||||||
[wrap wrap-read-all]))
|
[wrap wrap-read-all]))
|
||||||
|
|
||||||
|
@ -31,3 +32,5 @@
|
||||||
[id 'doc])
|
[id 'doc])
|
||||||
`(module ,name ,lib
|
`(module ,name ,lib
|
||||||
. ,body))))
|
. ,body))))
|
||||||
|
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user