diff --git a/compiler/options.pas b/compiler/options.pas index 91581c587a..7d6535ec05 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -907,10 +907,8 @@ begin else IllegalPara(opt); end; - 'l' : - if not UnSetBool(more,0) then - ParaLogo:=true; + ParaLogo:=UnSetBool(more,0); 'm' : parapreprocess:=not UnSetBool(more,0);