summaryrefslogtreecommitdiff
path: root/module/language/glil/compile-objcode.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/glil/compile-objcode.scm')
-rw-r--r--module/language/glil/compile-objcode.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/glil/compile-objcode.scm b/module/language/glil/compile-objcode.scm
index 16f160293..5259ca0af 100644
--- a/module/language/glil/compile-objcode.scm
+++ b/module/language/glil/compile-objcode.scm
@@ -21,7 +21,7 @@
(define-module (language glil compile-objcode)
#:use-syntax (system base syntax)
- #:use-module (language glil def)
+ #:use-module (language glil)
#:use-module (system vm instruction)
#:use-module (system vm objcode)
#:use-module ((system vm program) #:select (make-binding))