diff options
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/luxc/lang/host/jvm.lux | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux index de92a3ba5..1c81be667 100644 --- a/lux-jvm/source/luxc/lang/host/jvm.lux +++ b/lux-jvm/source/luxc/lang/host/jvm.lux @@ -61,11 +61,14 @@ #V1_7 #V1_8) -(type: #export ByteCode Binary) +(type: #export ByteCode + Binary) -(type: #export Definition [Text ByteCode]) +(type: #export Definition + [Text ByteCode]) -(type: #export Anchor [Label Register]) +(type: #export Anchor + [Label Register]) (type: #export Host (generation.Host Inst Definition)) |