From 7d20077b82fa1ec1c85b99f92cf48de808e95578 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 6 Sep 2018 08:09:36 +0200 Subject: Drop module wrapper, as that breaks backwards compatibility The -i (init file) option means we can't wrap things in a module, unless we build and ship the module, which will mean people need to rewrite the init file. Not worth the hassle to figure out how to do it "properly". Fixes #1531, reported by Mario Goulart --- henrietta-cache.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/henrietta-cache.scm b/henrietta-cache.scm index c004924..1771f5b 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -1,5 +1,3 @@ -(module henrietta-cache () - (import scheme) (cond-expand @@ -365,4 +363,3 @@ EOF (else (loop (cdr args)))))))) (main (command-line-arguments)) -) -- cgit v1.2.3