mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-22 07:09:17 +02:00
Added TODO
This commit is contained in:
parent
141dc47060
commit
7360a10055
1 changed files with 3 additions and 0 deletions
|
@ -2075,6 +2075,9 @@ object Cyc_set_cell(void *data, object l, object val)
|
|||
// return v;
|
||||
//}
|
||||
|
||||
//
|
||||
// TODO: rename these as (EG) Cyc_set_car_cps. Uncomment non-CPS above and we can use them for unsafe compilation
|
||||
//
|
||||
object Cyc_set_car2(void *data, object cont, object l, object val)
|
||||
{
|
||||
if (Cyc_is_pair(l) == boolean_f) {
|
||||
|
|
Loading…
Add table
Reference in a new issue