Merge remote-tracking branch 'origin/master' into gambit

This commit is contained in:
retropikzel 2025-03-21 07:45:35 +02:00
commit 9018ab0960
2 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@
unsigned-long
float
double
string
pointer
void))

View File

@ -99,8 +99,6 @@
(assert equal? (pffi-type? 'float) #t)
(debug (pffi-type? 'double))
(assert equal? (pffi-type? 'double) #t)
(debug (pffi-type? 'string))
(assert equal? (pffi-type? 'string) #t)
(debug (pffi-type? 'pointer))
(assert equal? (pffi-type? 'pointer) #t)
(debug (pffi-type? 'void))