diff --git a/srfi/143.sld b/srfi/143.sld index 18d77360..47fa34d6 100644 --- a/srfi/143.sld +++ b/srfi/143.sld @@ -73,5 +73,6 @@ Cyc_check_fixnum(data, j); object result = obj_int2obj(obj_obj2int(i) + obj_obj2int(j)); return_closcall1(data, k, result); ") + ;; TODO: consider using macros to autogenerate some of these functions, similar to SRFI 60 ))