scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 8d6c4f8946dfb91a79e70efc04db7d089d4abbf0
parent 0723bca7d5a307fb6d1dcb61555c13fcae0ee9cb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Jan 2016 15:06:00 +0100

Remove TODO of emitstring

We cannot free memory in emitstring because
we can use this memory later in initializers

Diffstat:
Mcc1/code.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cc1/code.c b/cc1/code.c @@ -310,7 +310,6 @@ emitstring(Symbol *sym, Type *tp) chartype->letter, (*bp++) & 0xFF); } while (!isprint(*bp) && bp < lim); } - /* TODO: Why we don't free here? */ } static void