commit af5912cb496c86beb67fdd17ef7038ffde27a04e Author: sin <[email protected]> AuthorDate: Sat Jan 23 10:23:34 2016 +0000 Commit: sin <[email protected]> CommitDate: Sat Jan 23 10:23:34 2016 +0000
Fix typo
diff --git a/cc2/parser.c b/cc2/parser.c
index eef2f22..392ce1d 100644
--- 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
