aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/reference.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/translation/jvm/reference.lux')
-rw-r--r--lux-jvm/source/luxc/lang/translation/jvm/reference.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-jvm/source/luxc/lang/translation/jvm/reference.lux b/lux-jvm/source/luxc/lang/translation/jvm/reference.lux
index b2dfe7676..f23fb56a3 100644
--- a/lux-jvm/source/luxc/lang/translation/jvm/reference.lux
+++ b/lux-jvm/source/luxc/lang/translation/jvm/reference.lux
@@ -28,7 +28,7 @@
["#." runtime]])
(template [<name> <prefix>]
- [(def: #export <name>
+ [(def: .public <name>
(-> Nat Text)
(|>> %.nat (format <prefix>)))]
@@ -50,7 +50,7 @@
(-> Register Inst)
(|>> _.ALOAD))
-(def: #export (variable archive variable)
+(def: .public (variable archive variable)
(-> Archive Variable (Operation Inst))
(case variable
(#variable.Local variable)
@@ -59,7 +59,7 @@
(#variable.Foreign variable)
(foreign archive variable)))
-(def: #export (constant archive name)
+(def: .public (constant archive name)
(-> Archive Name (Operation Inst))
(do {@ phase.monad}
[class_name (\ @ map //.class_name