Browse Source

* use SysUtils unit instead of Dos Unit
+ overload Replace to use AnsiString

mazen 21 years ago
parent
commit
8a0fb3becf
1 changed files with 9 additions and 1 deletions
  1. 9 1
      compiler/browcol.pas

+ 9 - 1
compiler/browcol.pas

@@ -260,7 +260,11 @@ procedure RegisterSymbols;
 implementation
 implementation
 
 
 uses
 uses
+{$IFDEF USE_SYSUTILS}
+  SysUtils,
+{$ELSE USE_SYSUTILS}
   Dos,{$ifndef FPC}strings,{$endif}
   Dos,{$ifndef FPC}strings,{$endif}
+{$ENDIF USE_SYSUTILS}
 {$ifdef DEBUG}
 {$ifdef DEBUG}
   verbose,
   verbose,
 {$endif DEBUG}
 {$endif DEBUG}
@@ -2118,7 +2122,11 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.39  2004-06-20 08:55:28  florian
+  Revision 1.40  2004-10-14 16:53:26  mazen
+  * use SysUtils unit instead of Dos Unit
+  + overload Replace to use AnsiString
+
+  Revision 1.39  2004/06/20 08:55:28  florian
     * logs truncated
     * logs truncated
 
 
   Revision 1.38  2004/06/16 20:07:07  florian
   Revision 1.38  2004/06/16 20:07:07  florian