aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-08 17:56:15 -0400
committerEduardo Julian2021-08-08 17:56:15 -0400
commitf621a133e6e0a516c0586270fea8eaffb4829d82 (patch)
tree399396ee2f6a10df10cea9b78c51c76679b70e59 /lux-jvm/source/program.lux
parent17e7566be51df5e428a6b10e6469201a8a9468da (diff)
No more #export magic syntax.
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 6442a87e7..e5be7649c 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -112,7 +112,7 @@
(ffi.array_write 3 _object_class)
(ffi.array_write 4 _object_class)))
-(def: #export (expander macro inputs lux)
+(def: .public (expander macro inputs lux)
Expander
(do try.monad
[apply_method (|> macro
@@ -226,7 +226,7 @@
(ffi.array_write 0 (:as java/lang/Object phase)))
apply_method)))))))
-(def: #export platform
+(def: .public platform
## (IO (Platform Anchor (Bytecode Any) Definition))
(IO [java/lang/ClassLoader
(Platform _.Anchor _.Inst _.Definition)])