* fix bug ID #31540

git-svn-id: trunk@35588 -
This commit is contained in:
michael 2017-03-15 12:36:12 +00:00
parent 525e16127b
commit 3b9956dd3e

View File

@ -1310,7 +1310,8 @@ begin
FCurToken:=tkIdentifier;
Result:=FCurToken;
end;
Break;
if not PPIsSkipping then
Break;
end;
else
if not PPIsSkipping then