mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 13:59:07 +02:00
* fix for -Oa parsing, by Roozbeh GHolizadeh
git-svn-id: trunk@3372 -
This commit is contained in:
parent
1ec04be995
commit
aa2e2a2829
@ -897,7 +897,7 @@ begin
|
|||||||
initoptimizerswitches:=initoptimizerswitches+level3optimizerswitches;
|
initoptimizerswitches:=initoptimizerswitches+level3optimizerswitches;
|
||||||
'a' :
|
'a' :
|
||||||
begin
|
begin
|
||||||
if not(UpdateAlignmentStr(Copy(Opt,j+1,255),ParaAlignment)) then
|
if not(UpdateAlignmentStr(Copy(Opt,j+3,255),ParaAlignment)) then
|
||||||
IllegalPara(opt);
|
IllegalPara(opt);
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user