mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 17:19:19 +02:00
* allow -l-
git-svn-id: trunk@8382 -
This commit is contained in:
parent
fdf8980856
commit
8c24a15e26
@ -907,10 +907,8 @@ begin
|
|||||||
else
|
else
|
||||||
IllegalPara(opt);
|
IllegalPara(opt);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
'l' :
|
'l' :
|
||||||
if not UnSetBool(more,0) then
|
ParaLogo:=UnSetBool(more,0);
|
||||||
ParaLogo:=true;
|
|
||||||
|
|
||||||
'm' :
|
'm' :
|
||||||
parapreprocess:=not UnSetBool(more,0);
|
parapreprocess:=not UnSetBool(more,0);
|
||||||
|
Loading…
Reference in New Issue
Block a user