scc

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

commit a965a5c6461e7db37ee552cb06834b8444728e67
parent 9676a1ef385aba1e248f18cd3e6109d392b73815
Author: Roberto E. Vargas Caballero <roberto.vargas@igrid-td.com>
Date:   Thu, 31 Mar 2016 18:22:28 +0200

[cc2] Fix small withespace problem

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

diff --git a/cc2/parser.c b/cc2/parser.c @@ -581,7 +581,7 @@ flddecl(void) } static void -labeldcl( void) +labeldcl(void) { Node *np; Symbol *sym;