From f8dd60e004c675e8cf6c16da0bef3ceb064e9773 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 19 Oct 1998 18:06:23 +0000 Subject: [PATCH] * use no_double --- compiler/link.pas | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compiler/link.pas b/compiler/link.pas index 9ae465aa1c..c114f2bd92 100644 --- a/compiler/link.pas +++ b/compiler/link.pas @@ -90,12 +90,9 @@ end; Constructor TLinker.Init; begin - ObjectFiles.Init; - SharedLibFiles.Init; - StaticLibFiles.Init; - ObjectFiles.Doubles:=False; - SharedLibFiles.Doubles:=False; - StaticLibFiles.Doubles:=False; + ObjectFiles.Init_no_double; + SharedLibFiles.Init_no_double; + StaticLibFiles.Init_no_double; LinkToC:=False; Glibc2:=false; Strip:=false; @@ -517,7 +514,10 @@ end; end. { $Log$ - Revision 1.34 1998-10-16 13:37:18 florian + Revision 1.35 1998-10-19 18:06:23 peter + * use no_double + + Revision 1.34 1998/10/16 13:37:18 florian + switch -FD added to specify the path for utilities Revision 1.33 1998/10/14 13:38:22 peter