Browse Source

+ Moved PathDelim,DriveDelim,PathSep to sysutilh

michael 24 years ago
parent
commit
2f52ba40e8
1 changed files with 4 additions and 16 deletions
  1. 4 16
      rtl/inc/systemh.inc

+ 4 - 16
rtl/inc/systemh.inc

@@ -233,21 +233,6 @@ Var
 {$endif MT}
 {$endif MT}
   InOutRes    : Word;
   InOutRes    : Word;
 
 
-{****************************************************************************
-                        System specific variables
-****************************************************************************}
-
-const
-{$ifndef unix}
-  PathDelim  = '\';
-  DriveDelim = ':';
-  PathSep    = ';';
-{$else}
-  PathDelim  = '/';
-  DriveDelim = ''; 
-  PathSep    = ':';
-{$endif}
-
 {****************************************************************************
 {****************************************************************************
                         Processor specific routines
                         Processor specific routines
 ****************************************************************************}
 ****************************************************************************}
@@ -569,7 +554,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.37  2001-11-07 13:52:37  michael
+  Revision 1.38  2001-11-07 14:59:20  michael
+  + Moved PathDelim,DriveDelim,PathSep to sysutilh
+
+  Revision 1.37  2001/11/07 13:52:37  michael
   + Added PathDelim,DriveDelim,PathSep
   + Added PathDelim,DriveDelim,PathSep
 
 
   Revision 1.36  2001/10/09 02:32:51  carl
   Revision 1.36  2001/10/09 02:32:51  carl