oops, fix typo bug in parse.c
This commit is contained in:
parent
22f2ec9667
commit
0298b6c4ca
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ lex()
|
|||
tokval.num += c - '0';
|
||||
}
|
||||
ungetc(c, inf);
|
||||
tokval.num *= sgn;
|
||||
return TInt;
|
||||
}
|
||||
if (c == '"') {
|
||||
|
|
Loading…
Add table
Reference in a new issue