Fixing Kawa
This commit is contained in:
parent
92dd4ade39
commit
d14e0027a9
|
|
@ -8,7 +8,9 @@
|
||||||
(cond ((equal? type 'byte)
|
(cond ((equal? type 'byte)
|
||||||
(java.lang.Byte value))
|
(java.lang.Byte value))
|
||||||
((equal? type 'uint8)
|
((equal? type 'uint8)
|
||||||
(java.lang.Byte value))
|
(gnu.math.UnsignedPrim value)
|
||||||
|
;(java.lang.Int value)
|
||||||
|
)
|
||||||
((equal? type 'short)
|
((equal? type 'short)
|
||||||
(java.lang.Short value))
|
(java.lang.Short value))
|
||||||
((equal? type 'unsigned-short)
|
((equal? type 'unsigned-short)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue