From 0e91a5cee66ef0330f28c9d657a66f378c1f60b2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 9 Jun 2015 22:15:53 -0400 Subject: [PATCH] Added TODO --- cyclone.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cyclone.h b/cyclone.h index 2d61eb68..04d94a66 100644 --- a/cyclone.h +++ b/cyclone.h @@ -87,6 +87,10 @@ typedef long tag_type; #define boolean_tag 15 #define cvar_tag 16 #define vector_tag 17 +/* TODO: need a type to return from things like + (if #f #t) and (write 1) so the REPL will not print + anything for them: + void_tag */ #define nil NULL #define eq(x,y) (x == y)