mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Added TODO
This commit is contained in:
parent
c45aa16b30
commit
59fc9ebba3
1 changed files with 1 additions and 0 deletions
|
@ -73,5 +73,6 @@
|
||||||
Cyc_check_fixnum(data, j);
|
Cyc_check_fixnum(data, j);
|
||||||
object result = obj_int2obj(obj_obj2int(i) + obj_obj2int(j));
|
object result = obj_int2obj(obj_obj2int(i) + obj_obj2int(j));
|
||||||
return_closcall1(data, k, result); ")
|
return_closcall1(data, k, result); ")
|
||||||
|
;; TODO: consider using macros to autogenerate some of these functions, similar to SRFI 60
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue