mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:39:17 +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
|
begin
|
||||||
//debugln('TCustomCodeTool.ReadNextAtom ',copy(Src,CurPos.StartPos,CurPos.StartPos-CurPos.EndPos));
|
//debugln('TCustomCodeTool.ReadNextAtom ',copy(Src,CurPos.StartPos,CurPos.StartPos-CurPos.EndPos));
|
||||||
inc(CommentLvl);
|
inc(CommentLvl);
|
||||||
|
inc(CurPos.StartPos);
|
||||||
end;
|
end;
|
||||||
'*':
|
'*':
|
||||||
if (Src[CurPos.StartPos+1]=')') then begin
|
if (Src[CurPos.StartPos+1]=')') then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user