From 0ddb8fb300b916605baa2552eec3dc77b4e6e154 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 29 Jul 2022 16:42:27 -0700 Subject: Fix some compilation errors in the compiler. --- csc/config.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csc/config.csc') diff --git a/csc/config.csc b/csc/config.csc index 39268c0..d2618a7 100644 --- a/csc/config.csc +++ b/csc/config.csc @@ -1,5 +1,5 @@ (define-library (csc config) - (export *library-search-dir*) + (export *standard-library-dir*) (import (scheme base)) (begin -- cgit v1.3.1