* Do not use C style assignments, because make fails on commandline, since the option -Sc is not set

git-svn-id: trunk@34715 -
This commit is contained in:
michael 2012-01-12 16:44:18 +00:00
parent 724765c335
commit 78dc85c389

View File

@ -374,7 +374,7 @@ begin
CodeBuf.LineColToPosition(XY.Y,XY.X,p);
if p>0 then begin
StartPos:=GetIdentStartPosition(CodeBuf.Source,p);
XY.X += StartPos-p;
XY.X := XY.X + StartPos-p;
end;
if not CodeToolBoss.ExtractProcedureHeader(CodeBuf,XY.X,XY.Y,Attributes,Value)
then begin