mirror of
git://c9x.me/qbe.git
synced 2026-04-06 02:19:47 +00:00
oops, fix typo bug in parse.c
This commit is contained in:
parent
22f2ec9667
commit
0298b6c4ca
@ -208,6 +208,7 @@ lex()
|
||||
tokval.num += c - '0';
|
||||
}
|
||||
ungetc(c, inf);
|
||||
tokval.num *= sgn;
|
||||
return TInt;
|
||||
}
|
||||
if (c == '"') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user