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