scc

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

commit 916d231a2f99346dd4d1e0f0c768f6ffadccb8cd
parent f95956fa753b147c2e78b1659f1c55ac8a0e50e6
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 20 Jan 2016 15:57:56 +0100

Update TOTO

Diffstat:
Mcc1/TODO | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc1/TODO b/cc1/TODO @@ -8,4 +8,4 @@ * Add C99 features (almost all the new features of C99 are missed) * Add correct emit for any kind of constant * Add warning when some ANSI limit is violated. -* Add k&r functions +* Free memory in emit after some error happened.