summaryrefslogtreecommitdiff
path: root/module/oop/goops/dispatch.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/oop/goops/dispatch.scm')
-rw-r--r--module/oop/goops/dispatch.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/oop/goops/dispatch.scm b/module/oop/goops/dispatch.scm
index 76f16fb6e..0198a9f40 100644
--- a/module/oop/goops/dispatch.scm
+++ b/module/oop/goops/dispatch.scm
@@ -19,7 +19,7 @@
;; There are circularities here; you can't import (oop goops compile)
;; before (oop goops). So when compiling, make sure that things are
;; kosher.
-(eval-when (compile) (resolve-module '(oop goops)))
+(eval-when (expand) (resolve-module '(oop goops)))
(define-module (oop goops dispatch)
#:use-module (oop goops)