Better kawa support
This commit is contained in:
parent
6f118fb897
commit
0252836baf
|
|
@ -287,8 +287,8 @@
|
|||
(guile (pointer? object))
|
||||
(racket (cpointer? object))
|
||||
(stklos (cpointer? object))
|
||||
(kawa (error "Not yet implemented: pffi-pointer?") ; TODO FIX
|
||||
))))
|
||||
(kawa (string=? (invoke (invoke object 'getClass) 'getName)
|
||||
"jdk.internal.foreign.NativeMemorySegmentImpl")))))
|
||||
|
||||
;> ### pffi-call
|
||||
;>
|
||||
|
|
|
|||
Loading…
Reference in New Issue