mirror of
git://c9x.me/qbe.git
synced 2026-04-07 19:09:48 +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';
|
tokval.num += c - '0';
|
||||||
}
|
}
|
||||||
ungetc(c, inf);
|
ungetc(c, inf);
|
||||||
|
tokval.num *= sgn;
|
||||||
return TInt;
|
return TInt;
|
||||||
}
|
}
|
||||||
if (c == '"') {
|
if (c == '"') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user