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