summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-12 18:53:44 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-12 18:53:44 -0400
commit1338c083d649ab15d4dee63a6f6d49e891f9cdfa (patch)
tree5a2610197820c7cd8c5e36e410e36ec82d298af7 /main.c
parent2da3e68e563fd5c17223183d6d89d442c873a1cb (diff)
#foreign varargs
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 256c5fb..c74e458 100644
--- a/main.c
+++ b/main.c
@@ -8,7 +8,6 @@
/*
TODO:
-#foreign variadic fns
EXPR_VALs don't always need temp variables
where
#returns_code (function/struct body is a block, to be evaluated at compile time, which returns the actual statements -- you can use this for implementation of printf)