mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Cleanup
This commit is contained in:
parent
0697ee0061
commit
59ab5582cc
1 changed files with 3 additions and 1 deletions
|
@ -1965,8 +1965,10 @@ void Cyc_apply_from_buf(int argc, object prim, object *buf) {
|
|||
apply(cont, prim, (object)&args[0]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Copy an object to the GC heap
|
||||
*/
|
||||
char *transport(x, gcgen) char *x; int gcgen;
|
||||
/* Transport one object. WARNING: x cannot be nil!!! */
|
||||
{
|
||||
if (nullp(x)) return x;
|
||||
if (obj_is_char(x)) return x;
|
||||
|
|
Loading…
Add table
Reference in a new issue