codetools: clean up

git-svn-id: branches/fixes_1_8@56566 -
This commit is contained in:
mattias 2017-11-30 21:31:49 +00:00
parent a2187cc1e3
commit c43f985d49

View File

@ -2090,11 +2090,10 @@ begin
EndChildNode; EndChildNode;
if CurPos.Flag=cafSemicolon then break; if CurPos.Flag=cafSemicolon then break;
if CurPos.Flag<>cafComma then if CurPos.Flag<>cafComma then
if ExceptionOnError then begin if ExceptionOnError then
CTDumpStack; SaveRaiseCharExpectedButAtomFound(20170421195538,';')
SaveRaiseCharExpectedButAtomFound(20170421195538,';'); else
end exit;
else exit;
until (CurPos.StartPos>SrcLen); until (CurPos.StartPos>SrcLen);
CurNode.EndPos:=CurPos.EndPos; CurNode.EndPos:=CurPos.EndPos;
EndChildNode; EndChildNode;