Fixing Kawa
This commit is contained in:
parent
c8ad556bbf
commit
e766d22562
|
|
@ -14,6 +14,8 @@
|
||||||
(newline)
|
(newline)
|
||||||
(cond ((equal? type 'byte)
|
(cond ((equal? type 'byte)
|
||||||
(java.lang.Byte value))
|
(java.lang.Byte value))
|
||||||
|
((equal? type 'int8)
|
||||||
|
(java.lang.Integer value))
|
||||||
((equal? type 'uint8)
|
((equal? type 'uint8)
|
||||||
(java.lang.Integer (invoke (gnu.math.UInt value) 'toIntNum)))
|
(java.lang.Integer (invoke (gnu.math.UInt value) 'toIntNum)))
|
||||||
((equal? type 'short)
|
((equal? type 'short)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue