mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
--- 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:
parent
89df9e19c0
commit
86581f6ddf
@ -11,7 +11,7 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
{--------------------------------------------------------------------}
|
||||
{ LEFT TO DO: }
|
||||
|
@ -10,7 +10,7 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
Unit system;
|
||||
Unit System;
|
||||
|
||||
{$namespace org.freepascal.rtl}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
**********************************************************************}
|
||||
{ no stack check in system }
|
||||
{$S-}
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
**********************************************************************}
|
||||
{ no stack check in system }
|
||||
{$S-}
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
****************************************************************************}
|
||||
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
{$define PALMOS}
|
||||
{$ASMMODE DIRECT}
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
{$I os.inc}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
unit system;
|
||||
unit System;
|
||||
|
||||
INTERFACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user