diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-29 16:42:27 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-29 16:42:27 -0700 |
| commit | 0ddb8fb300b916605baa2552eec3dc77b4e6e154 (patch) | |
| tree | a4c9bf70efcf8a950f2e85ecb22b9094e791ca63 /csc/config.csc | |
| parent | 6521edcf224b7e044e9fa42a6f9c92fcf738cb34 (diff) | |
| download | chromatopelma-0ddb8fb300b916605baa2552eec3dc77b4e6e154.tar.zst | |
Fix some compilation errors in the compiler.
Diffstat (limited to 'csc/config.csc')
| -rw-r--r-- | csc/config.csc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
