diff options
author | Eduardo Julian | 2018-01-05 00:00:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-01-05 00:00:05 -0400 |
commit | b7d53027deeb185fa7b4312ba7079aa566762513 (patch) | |
tree | 701defccbde1838cdeeb787746927f650c04ad97 /new-luxc/source/luxc/lang/translation/r | |
parent | 303c462daf461c20f41edba3d0921062c8535fda (diff) |
- Added "lux program" compilation.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/runtime.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/runtime.jvm.lux index aa210718b..df494a904 100644 --- a/new-luxc/source/luxc/lang/translation/runtime.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/runtime.jvm.lux @@ -38,7 +38,7 @@ $.Method ($t.method (list $t.int $Object $Object) (#.Some $Object-Array) (list))) -(def: variantI +(def: #export variantI $.Inst ($i.INVOKESTATIC hostL.runtime-class "variant_make" variant-method false)) |