mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 08:08:36 +02:00
+ check validity of -Oa parameter
git-svn-id: trunk@1559 -
This commit is contained in:
parent
5cd3f3272c
commit
a3ed7cbd12
@ -58,7 +58,8 @@ begin
|
||||
end;
|
||||
'a' :
|
||||
begin
|
||||
UpdateAlignmentStr(Copy(Opt,j+1,255),ParaAlignment);
|
||||
if not(UpdateAlignmentStr(Copy(Opt,j+1,255),ParaAlignment)) then
|
||||
IllegalPara(opt);
|
||||
j:=length(Opt);
|
||||
end;
|
||||
'g' : initglobalswitches:=initglobalswitches+[cs_littlesize];
|
||||
|
Loading…
Reference in New Issue
Block a user