From fa5bc4d0b8c68d488c3b288362bbff88ad104db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 21 Jul 2019 16:09:40 +0200 Subject: Rewrote build and main execution. --- module/vulgar/termios.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vulgar/termios.scm') diff --git a/module/vulgar/termios.scm b/module/vulgar/termios.scm index aa40b6e7..6bebda2a 100644 --- a/module/vulgar/termios.scm +++ b/module/vulgar/termios.scm @@ -36,7 +36,7 @@ ;; int, * → int, and bind it to a scheme procedure of the same name. ;; ;; Currently only links to the library stored in the variable lib, when called. -(eval-when (compile) +(eval-when (compile expand) (read-hash-extend #\$ (lambda (c port) (let* ((name (string-trim-both (read-delimited ":" port))) -- cgit v1.2.3