~ salmonella-environment-setup (master) 532896def66b3f0789412ab9012eb0e3e8185652


commit 532896def66b3f0789412ab9012eb0e3e8185652
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Tue Apr 13 20:33:41 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Tue Apr 13 20:33:41 2021 +0200

    chicken-5-tcc: import chicken.load for load-relative

diff --git a/conf/chicken-5-tcc.conf b/conf/chicken-5-tcc.conf
index 5c0606e..d27042c 100644
--- a/conf/chicken-5-tcc.conf
+++ b/conf/chicken-5-tcc.conf
@@ -1,3 +1,9 @@
+;; -*- scheme -*-
+(cond-expand
+ (chicken-5
+  (import (chicken load)))
+ (else))
+
 (load-relative "./common/common.scm")
 (load-relative "./common/chicken-5.scm")
 
Trap