summaryrefslogtreecommitdiff
path: root/src/xyz/euandreh/heredoc.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/xyz/euandreh/heredoc.scm')
-rw-r--r--src/xyz/euandreh/heredoc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/heredoc.scm b/src/xyz/euandreh/heredoc.scm
index ba7b727..a7b969d 100644
--- a/src/xyz/euandreh/heredoc.scm
+++ b/src/xyz/euandreh/heredoc.scm
@@ -98,5 +98,5 @@
s)))))
(define-macro (enable-syntax)
- `(eval-when (expand load eval)
+ `(eval-when (compile eval)
(read-hash-extend #\" (@ (xyz euandreh heredoc) reader))))