From 8c24a15e262b209c227611b7c96fb0ab4e55cdfa Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 4 Sep 2007 18:29:58 +0000 Subject: [PATCH] * allow -l- git-svn-id: trunk@8382 - --- compiler/options.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);