mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* use directory separator from System unit
git-svn-id: trunk@12794 -
This commit is contained in:
parent
7798d6a265
commit
d800d165de
@ -19,14 +19,14 @@ interface
|
||||
uses Objects;
|
||||
|
||||
const
|
||||
dirsep = System.DirectorySeparator;
|
||||
|
||||
{$ifdef Unix}
|
||||
dirsep = '/';
|
||||
listsep = [';',':'];
|
||||
exeext = '';
|
||||
pasext = '.pas';
|
||||
ppext = '.pp';
|
||||
{$else}
|
||||
dirsep = '\';
|
||||
listsep = [';'];
|
||||
exeext = '.exe';
|
||||
pasext = '.pas';
|
||||
|
Loading…
Reference in New Issue
Block a user