mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Renamed 'cvoid' to 'c-void'
This commit is contained in:
parent
ff6a00fc1e
commit
12074198d5
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue