aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/host.jvm.lux (renamed from new-luxc/source/luxc/host.jvm.lux)2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/host.jvm.lux b/new-luxc/source/luxc/lang/host.jvm.lux
index e8dc4e17a..ae1d29387 100644
--- a/new-luxc/source/luxc/host.jvm.lux
+++ b/new-luxc/source/luxc/lang/host.jvm.lux
@@ -12,7 +12,7 @@
[meta #+ Monad<Meta>]
[host #+ do-to object]
[io])
- (luxc ["&" base]
+ (luxc ["&" lang]
(lang [";L" variable #+ Register]
(translation [";T" common]))))