소스 검색

* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp

git-svn-id: trunk@30025 -
Tomas Hajny 10 년 전
부모
커밋
db7a9950d1
9개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      rtl/atari/system.pp
  2. 1 1
      rtl/go32v2/system.pp
  3. 1 1
      rtl/java/system.pp
  4. 1 1
      rtl/msdos/system.pp
  5. 1 1
      rtl/netware/system.pp
  6. 1 1
      rtl/netwlibc/system.pp
  7. 1 1
      rtl/os2/system.pas
  8. 1 1
      rtl/palmos/system.pp
  9. 1 1
      rtl/watcom/system.pp

+ 1 - 1
rtl/atari/system.pp

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

+ 1 - 1
rtl/go32v2/system.pp

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

+ 1 - 1
rtl/java/system.pp

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

+ 1 - 1
rtl/msdos/system.pp

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

+ 1 - 1
rtl/netware/system.pp

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

+ 1 - 1
rtl/netwlibc/system.pp

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

+ 1 - 1
rtl/os2/system.pas

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

+ 1 - 1
rtl/palmos/system.pp

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

+ 1 - 1
rtl/watcom/system.pp

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