summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-08 21:39:03 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-08 21:39:03 -0500
commitae4bce4e401e972134a29f88f26497e5761a0ee9 (patch)
tree79f2d07dd0dbd32fae9d397fd7f23052fe46d857 /main.c
parent691c36c872d45315f4d7221bd689e29429a6a30d (diff)
fixed cgen of local fns
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 5c31956..9f187bb 100644
--- a/main.c
+++ b/main.c
@@ -18,7 +18,6 @@
/*
TODO:
-make sure that you can't access runtime things from eval
big leak check with tuples (see "TODO: tuples allocated here will never be freed!")
just make the ffmgr use the allocr
---