mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Issue #370 - Remove (data)
This commit is contained in:
parent
738877f225
commit
9c54c01e44
1 changed files with 0 additions and 4 deletions
|
@ -119,8 +119,6 @@
|
|||
(string-append "opaque_ptr(" ,code ")"))
|
||||
((c-void)
|
||||
"Cyc_VOID")
|
||||
((data)
|
||||
"data")
|
||||
(else
|
||||
(error "scm->c unable to convert scheme object of type " ,type)))))))
|
||||
|
||||
|
@ -193,8 +191,6 @@
|
|||
(cons
|
||||
(string-append ,code ";")
|
||||
"Cyc_VOID"))
|
||||
((data)
|
||||
"data")
|
||||
(else
|
||||
(error "c->scm unable to convert C object of type " ,type)))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue