From cf3024a87b5fb111602023c1188615d1e0272ce1 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 23 Feb 2014 17:57:35 +0000 Subject: [PATCH] Generate all OS constructors for compiler. --- src/compiler/machines/C/compiler.sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1