diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/statement.jvm.lux (renamed from new-luxc/source/luxc/lang/translation/statement.jvm.lux) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/new-luxc/source/luxc/lang/translation/statement.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/statement.jvm.lux index b2e302e1b..1b828535f 100644 --- a/new-luxc/source/luxc/lang/translation/statement.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/statement.jvm.lux @@ -17,10 +17,10 @@ ["$i" inst])) ["&." scope] ["&." module] - [".L" host] - (translation [".T" eval] - [".T" common] - [".T" runtime])))) + [".L" host])) + (// [".T" eval] + [".T" common] + [".T" runtime])) (exception: #export Invalid-Definition-Value) (exception: #export Cannot-Evaluate-Definition) |