~ salmonella-environment-setup (master) 6451b7b75d192b6c79debeb37c5202a725e17186


commit 6451b7b75d192b6c79debeb37c5202a725e17186
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Sep 6 18:00:36 2026 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Sep 6 18:00:36 2026 +0200

    Add chicken-6-tcc.conf

diff --git a/conf/chicken-6-tcc.conf b/conf/chicken-6-tcc.conf
new file mode 100644
index 0000000..f5d5599
--- /dev/null
+++ b/conf/chicken-6-tcc.conf
@@ -0,0 +1,8 @@
+;; -*- scheme -*-
+(cond-expand
+ (chicken-5
+  (import (chicken load)))
+ (else))
+
+(load-relative "./common/chicken-6.scm")
+(load-relative "./common/tcc.scm")
Trap