Renamed 'cvoid' to 'c-void'

This commit is contained in:
arthurmaciel 2020-07-05 00:31:33 -03:00 committed by GitHub
parent ff6a00fc1e
commit 12074198d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@
(string-append "(((bytevector_type *)" ,code ")->data)"))
((opaque)
(string-append "opaque_ptr(" ,code ")"))
((cvoid)
((c-void)
"Cyc_VOID")
(else
(error "scm->c unable to convert scheme object of type " ,type)))))))
@ -180,7 +180,7 @@
(string-append
"make_c_opaque(" var ", " ,code ");")
(string-append "&" var))))
((cvoid)
((c-void)
(cons
(string-append ,code ";")
"Cyc_VOID"))