From 375d8a99a9aef14fd0748a5eb6cbaa09330da1cd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 9 Jan 2016 23:33:14 -0500 Subject: [PATCH] Added comment --- scheme/time.sld | 1 + 1 file changed, 1 insertion(+) diff --git a/scheme/time.sld b/scheme/time.sld index 17d2dd38..2a051bcd 100644 --- a/scheme/time.sld +++ b/scheme/time.sld @@ -6,6 +6,7 @@ ) (import (scheme base) ) +;; TODO: get an FFI syntax for including C header files, even if it is not needed for this library (begin ;; Experimenting with what an FFI could look like ;; TODO: also need a way to add #include's, and later on compiler options (may already have that, need to check)