summaryrefslogtreecommitdiff
path: root/module/ice-9/poll.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/poll.scm')
-rw-r--r--module/ice-9/poll.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/poll.scm b/module/ice-9/poll.scm
index 2ba868748..ff87e8a6a 100644
--- a/module/ice-9/poll.scm
+++ b/module/ice-9/poll.scm
@@ -34,7 +34,7 @@
poll-set-remove!
poll))
-(eval-when (eval load compile)
+(eval-when (expand load eval)
(load-extension (string-append "libguile-" (effective-version))
"scm_init_poll"))