mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 09:31:49 +00:00
parent
0df631c41a
commit
e7e937eed9
@ -101,7 +101,8 @@ int LexicalAnalyzer::next_lexeme() {
|
|||||||
case 2 : { // Integer literal accumulation state.
|
case 2 : { // Integer literal accumulation state.
|
||||||
while ((ch != 0 ) && (isdigit(ch)))
|
while ((ch != 0 ) && (isdigit(ch)))
|
||||||
ch = getch();
|
ch = getch();
|
||||||
vlen = p-vs-1;
|
ungetch();
|
||||||
|
vlen = p-vs;
|
||||||
return INTEGER ;
|
return INTEGER ;
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user