api2021 part I #4

Merged
tomasz.sowa merged 67 commits from api2021 into master 2021-05-27 10:37:36 +02:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 1c643a08b0 - Show all commits

View File

@ -323,6 +323,11 @@ void SpaceParser::ParseRootSpace()
Parse(root_space, false, false);
}
SkipWhite();
if( lastc != -1 )
status = syntax_error;
token.clear();
}