aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-07-21 16:09:40 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-07-21 16:11:16 +0200
commitfa5bc4d0b8c68d488c3b288362bbff88ad104db1 (patch)
tree55fb779b3b880468e1bd442e674f0485947f0c8e /module/vulgar
parentReword terminal output to better modularization. (diff)
downloadcalp-fa5bc4d0b8c68d488c3b288362bbff88ad104db1.tar.gz
calp-fa5bc4d0b8c68d488c3b288362bbff88ad104db1.tar.xz
Rewrote build and main execution.
Diffstat (limited to 'module/vulgar')
-rw-r--r--module/vulgar/termios.scm2
1 files changed, 1 insertions, 1 deletions
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)))