mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
+ Moved PathDelim,DriveDelim,PathSep to sysutilh
This commit is contained in:
parent
a161ebaab2
commit
2f52ba40e8
@ -233,21 +233,6 @@ Var
|
||||
{$endif MT}
|
||||
InOutRes : Word;
|
||||
|
||||
{****************************************************************************
|
||||
System specific variables
|
||||
****************************************************************************}
|
||||
|
||||
const
|
||||
{$ifndef unix}
|
||||
PathDelim = '\';
|
||||
DriveDelim = ':';
|
||||
PathSep = ';';
|
||||
{$else}
|
||||
PathDelim = '/';
|
||||
DriveDelim = '';
|
||||
PathSep = ':';
|
||||
{$endif}
|
||||
|
||||
{****************************************************************************
|
||||
Processor specific routines
|
||||
****************************************************************************}
|
||||
@ -569,7 +554,10 @@ const
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.36 2001/10/09 02:32:51 carl
|
||||
|
Loading…
Reference in New Issue
Block a user