projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df4f7c
)
Fix export of SYNTAX-RULES.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 20 Sep 2009 23:39:02 +0000
(19:39 -0400)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 20 Sep 2009 23:39:02 +0000
(19:39 -0400)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index efed5372aa795ec80612ca71dfb4b734007af020..8993caa7b16932b4ac95fc22b50519354363d069 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-4441,8
+4441,8
@@
USA.
(define-package (runtime syntax syntax-rules)
(files "syntax-rules")
(parent (runtime syntax))
- (export (
runtime syntax definitions
)
-
er-macro-transformer:
syntax-rules))
+ (export ()
+ syntax-rules))
(define-package (runtime syntax defstruct)
(files "defstr")