~ salmonella-environment-setup (master) /conf/chicken-5-debugbuild.conf


1;; -*- scheme -*-
2(cond-expand
3 (chicken-5
4  (import (chicken load)))
5 (else))
6
7(load-relative "./common/chicken-5.scm")
8(load-relative "./common/debugbuild.scm")
Trap