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:
547789e
)
Generate all OS constructors for compiler.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 23 Feb 2014 17:57:35 +0000
(17:57 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 23 Feb 2014 17:57:35 +0000
(17:57 +0000)
src/compiler/machines/C/compiler.sf
patch
|
blob
|
history
diff --git
a/src/compiler/machines/C/compiler.sf
b/src/compiler/machines/C/compiler.sf
index 126b52a6350b21ba1a7298e191d9e2f4753e1269..e41c775a4fa11198162bcad3c4113bfbf761f9cc 100644
(file)
--- a/
src/compiler/machines/C/compiler.sf
+++ b/
src/compiler/machines/C/compiler.sf
@@
-68,4
+68,4
@@
USA.
((access syntax-files! (->environment '(COMPILER))))
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler")
\ No newline at end of file
+(cref/generate-constructors "compiler"
'ALL
)
\ No newline at end of file