mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:36:10 +02:00
codetools: fixed parsing (*)
git-svn-id: trunk@20001 -
This commit is contained in:
parent
a2c989e1b4
commit
d85dd7e92c
@ -939,6 +939,7 @@ begin
|
||||
begin
|
||||
//debugln('TCustomCodeTool.ReadNextAtom ',copy(Src,CurPos.StartPos,CurPos.StartPos-CurPos.EndPos));
|
||||
inc(CommentLvl);
|
||||
inc(CurPos.StartPos);
|
||||
end;
|
||||
'*':
|
||||
if (Src[CurPos.StartPos+1]=')') then begin
|
||||
|
Loading…
Reference in New Issue
Block a user