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;
if CurPos.Flag=cafSemicolon then break;
if CurPos.Flag<>cafComma then
if ExceptionOnError then begin
CTDumpStack;
SaveRaiseCharExpectedButAtomFound(20170421195538,';');
end
else exit;
if ExceptionOnError then
SaveRaiseCharExpectedButAtomFound(20170421195538,';')
else
exit;
until (CurPos.StartPos>SrcLen);
CurNode.EndPos:=CurPos.EndPos;
EndChildNode;