You've already forked lazarus-ccr
chelper: fix comments parsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -315,8 +315,7 @@ begin
|
|||||||
if (not Assigned(Result)) or (Assigned(ent) and (ent.Offset<Result.Offset)) then begin
|
if (not Assigned(Result)) or (Assigned(ent) and (ent.Offset<Result.Offset)) then begin
|
||||||
Result:=ent;
|
Result:=ent;
|
||||||
AParser.Index:=entidx;
|
AParser.Index:=entidx;
|
||||||
end else
|
end;
|
||||||
AParser.NextToken;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function GetRefAsterix(const AstCount: integer): ansistring;
|
function GetRefAsterix(const AstCount: integer): ansistring;
|
||||||
|
Reference in New Issue
Block a user