--- Merging r30025 into '.':

U    rtl/os2/system.pas
U    rtl/netware/system.pp
U    rtl/atari/system.pp
U    rtl/msdos/system.pp
U    rtl/watcom/system.pp
U    rtl/netwlibc/system.pp
U    rtl/java/system.pp
U    rtl/go32v2/system.pp
U    rtl/palmos/system.pp
--- Recording mergeinfo for merge of r30025 into '.':
 U   .

# revisions: 30025

git-svn-id: branches/fixes_3_0@31122 -
This commit is contained in:
marco 2015-06-18 18:19:40 +00:00
parent 89df9e19c0
commit 86581f6ddf
9 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit system;
unit System;
{--------------------------------------------------------------------}
{ LEFT TO DO: }

View File

@ -10,7 +10,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit system;
unit System;
interface

View File

@ -14,7 +14,7 @@
**********************************************************************}
Unit system;
Unit System;
{$namespace org.freepascal.rtl}

View File

@ -1,4 +1,4 @@
unit system;
unit System;
interface

View File

@ -13,7 +13,7 @@
**********************************************************************}
{ no stack check in system }
{$S-}
unit system;
unit System;
interface

View File

@ -13,7 +13,7 @@
**********************************************************************}
{ no stack check in system }
{$S-}
unit system;
unit System;
interface

View File

@ -15,7 +15,7 @@
****************************************************************************}
unit system;
unit System;
interface

View File

@ -15,7 +15,7 @@
{$define PALMOS}
{$ASMMODE DIRECT}
unit system;
unit System;
{$I os.inc}

View File

@ -13,7 +13,7 @@
**********************************************************************}
unit system;
unit System;
INTERFACE