Remove string type
This commit is contained in:
parent
9fa2bf0b80
commit
d0206d3ce9
|
|
@ -66,7 +66,6 @@
|
||||||
unsigned-long
|
unsigned-long
|
||||||
float
|
float
|
||||||
double
|
double
|
||||||
string
|
|
||||||
pointer
|
pointer
|
||||||
void))
|
void))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,6 @@
|
||||||
(assert equal? (pffi-type? 'float) #t)
|
(assert equal? (pffi-type? 'float) #t)
|
||||||
(debug (pffi-type? 'double))
|
(debug (pffi-type? 'double))
|
||||||
(assert equal? (pffi-type? 'double) #t)
|
(assert equal? (pffi-type? 'double) #t)
|
||||||
(debug (pffi-type? 'string))
|
|
||||||
(assert equal? (pffi-type? 'string) #t)
|
|
||||||
(debug (pffi-type? 'pointer))
|
(debug (pffi-type? 'pointer))
|
||||||
(assert equal? (pffi-type? 'pointer) #t)
|
(assert equal? (pffi-type? 'pointer) #t)
|
||||||
(debug (pffi-type? 'void))
|
(debug (pffi-type? 'void))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue