mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 14:30:33 +02:00
* fixed compilation of embedded system unit
git-svn-id: trunk@11559 -
This commit is contained in:
parent
8f95bb12ac
commit
27ff21f00e
@ -28,9 +28,9 @@ Unit System;
|
|||||||
|
|
||||||
{$I systemh.inc}
|
{$I systemh.inc}
|
||||||
|
|
||||||
|
const
|
||||||
{
|
{
|
||||||
fix me
|
fix me
|
||||||
const
|
|
||||||
LineEnding = #10;
|
LineEnding = #10;
|
||||||
LFNSupport = true;
|
LFNSupport = true;
|
||||||
DirectorySeparator = '/';
|
DirectorySeparator = '/';
|
||||||
@ -40,7 +40,11 @@ const
|
|||||||
AllowDirectorySeparators : set of char = ['\','/'];
|
AllowDirectorySeparators : set of char = ['\','/'];
|
||||||
AllowDriveSeparators : set of char = [':'];
|
AllowDriveSeparators : set of char = [':'];
|
||||||
{ FileNameCaseSensitive is defined below! }
|
{ FileNameCaseSensitive is defined below! }
|
||||||
|
}
|
||||||
|
{$ifdef FPC_HAS_FEATURE_EXITCODE}
|
||||||
maxExitCode = 255;
|
maxExitCode = 255;
|
||||||
|
{$endif FPC_HAS_FEATURE_EXITCODE}
|
||||||
|
{
|
||||||
MaxPathLen = 1024; // BSDs since 1993, Solaris 10, Darwin
|
MaxPathLen = 1024; // BSDs since 1993, Solaris 10, Darwin
|
||||||
AllFilesMask = '*';
|
AllFilesMask = '*';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user