scc

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

commit af5912cb496c86beb67fdd17ef7038ffde27a04e
parent 5029b379b8193ead69618b3e306c9dcd2e1ab296
Author: sin <sin@2f30.org>
Date:   Sat, 23 Jan 2016 10:23:34 +0000

Fix typo

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

diff --git a/cc2/parser.c b/cc2/parser.c @@ -293,7 +293,7 @@ binary(char *token, union tokenop u) static void begininit(void) { - inint = 1; + ininit = 1; } static void