mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
codetools: clean up
git-svn-id: branches/fixes_1_8@56566 -
This commit is contained in:
parent
a2187cc1e3
commit
c43f985d49
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user