[hackers] [scc] Remove TODO of emitstring || Roberto E. Vargas Caballero
commit 8d6c4f8946dfb91a79e70efc04db7d089d4abbf0
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Jan 22 15:06:00 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Jan 22 15:06:00 2016 +0100
Remove TODO of emitstring
We cannot free memory in emitstring because
we can use this memory later in initializers
diff --git a/cc1/code.c b/cc1/code.c
index 11e6d46..bab5dd8 100644
--- a/cc1/code.c
+++ b/cc1/code.c
_AT_@ -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
Received on Fri Jan 22 2016 - 15:06:56 CET
This archive was generated by hypermail 2.3.0
: Fri Jan 22 2016 - 15:12:36 CET