From c8537e0e122820808200f9c2e49fef9a3dd833e8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 3 Jul 2015 01:27:17 -0400 Subject: [PATCH] Added TODO --- test2.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test2.scm b/test2.scm index 5123b3e0..abb6fa6e 100644 --- a/test2.scm +++ b/test2.scm @@ -2,6 +2,8 @@ (scheme file) (scheme write)) +;; TODO: C macros for funcall1, etc are not being generated even though entries are set +;; in the vector. must be another problem inspecting the vector ??? (write 'hello) ;(let loop ((i 10)) ; (if (zero? i)