Better kawa support

This commit is contained in:
retropikzel 2024-05-07 19:54:38 +03:00
parent 6f118fb897
commit 0252836baf
1 changed files with 2 additions and 2 deletions

View File

@ -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
;>