From: Taylor R Campbell Date: Sun, 23 Feb 2014 17:57:35 +0000 (+0000) Subject: Generate all OS constructors for compiler. X-Git-Tag: release-9.2.0~33 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cf3024a87b5fb111602023c1188615d1e0272ce1;p=mit-scheme.git Generate all OS constructors for compiler. --- diff --git a/src/compiler/machines/C/compiler.sf b/src/compiler/machines/C/compiler.sf index 126b52a63..e41c775a4 100644 --- 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