scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 93e74dd57e1c6b799ff2b72a36d6feef51c2bf9c
parent 2bc536749ffaedde7fa8307e7bdac88b68d21452
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 24 Feb 2015 11:24:08 +0100

Update TODO comments

Diffstat:
Mcc2/parser.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc2/parser.c b/cc2/parser.c @@ -510,7 +510,7 @@ parse(void) fun = expression; break; case 'S': - /* struct */ + /* TODO: struct */ break; case 'P': fun = paramdcl;