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)