shithub: scc

Download patch

ref: 8d6c4f8946dfb91a79e70efc04db7d089d4abbf0
parent: 0723bca7d5a307fb6d1dcb61555c13fcae0ee9cb
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jan 22 10:06:00 EST 2016

Remove TODO of emitstring

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

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