From 0e54531413de77ed068e5e5b5347e351265aa483 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 25 Aug 1999 22:51:00 +0000 Subject: [PATCH] * remove trailing space in cfg files --- compiler/options.pas | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index be46f86208..b7a6d1162d 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -747,8 +747,12 @@ procedure Toption.Interpret_file(const filename : string); begin i:=0; while (i0) and (fn[i] in [',',' ',#9]) do + dec(i); + fn:=copy(fn,1,i); end; function GetName(var fn:string):string; @@ -1179,7 +1183,10 @@ end; end. { $Log$ - Revision 1.14 1999-08-16 15:35:26 pierre + Revision 1.15 1999-08-25 22:51:00 pierre + * remove trailing space in cfg files + + Revision 1.14 1999/08/16 15:35:26 pierre * fix for DLL relocation problems * external bss vars had wrong stabs for pecoff + -WB11000000 to specify default image base, allows to