diff options
Diffstat (limited to '')
| -rw-r--r-- | new-luxc/source/luxc/lang/host/jvm.lux | 4 | ||||
| -rw-r--r-- | new-luxc/source/luxc/lang/host/jvm/inst.lux | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/new-luxc/source/luxc/lang/host/jvm.lux b/new-luxc/source/luxc/lang/host/jvm.lux index 49f02c0f0..656d07d21 100644 --- a/new-luxc/source/luxc/lang/host/jvm.lux +++ b/new-luxc/source/luxc/lang/host/jvm.lux @@ -12,8 +12,8 @@     [host (#+ import:)]     [world      [binary (#+ Binary)]] -   [compiler -    [default +   [platform +    [compiler       [reference (#+ Register)]       [phase        ["." translation]]]]]) diff --git a/new-luxc/source/luxc/lang/host/jvm/inst.lux b/new-luxc/source/luxc/lang/host/jvm/inst.lux index 44ce0839a..9a26f8df0 100644 --- a/new-luxc/source/luxc/lang/host/jvm/inst.lux +++ b/new-luxc/source/luxc/lang/host/jvm/inst.lux @@ -15,8 +15,8 @@      ["." code]      ["s" syntax (#+ syntax:)]]     ["." function] -   [compiler -    [default +   [platform +    [compiler       [phase (#+ Operation)]]]]    ["." // (#+ Primitive Inst)     ["." type]]) | 
