From c403ddcd04eef633fbcda7ca1b50c51596374534 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Wed, 11 Mar 2009 22:36:25 +0000 Subject: [PATCH] Updated TODO git-svn-id: http://picoc.googlecode.com/svn/trunk@198 21eae674-98b7-11dd-bd71-f92a316d2d60 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 972bf37..1480dd0 100644 --- a/TODO +++ b/TODO @@ -22,7 +22,7 @@ Improvements: * periodic heap cleanup * octal/hex character constants * see if we can use ParserCopyPos() in other places rather than copying everything -* how to deallocate char arrays allocated in the lexer? +* do deallocation for 03_structs, 07_function, 10_pointer, 12_hashdefine, 15_recursion and 18_include called from wrong directory Need test/debug: * all break/continue variations