Browse Source

* fixed wrong include filename

Jonas Maebe 21 years ago
parent
commit
4a8d1bcb06
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/inc/system.inc

+ 5 - 2
rtl/inc/system.inc

@@ -83,7 +83,7 @@ Procedure Rewrite(var f : TypedFile); [INTERNPROC: In_Rewrite_TypedFile];
 
 
 {$ifdef FPC_USE_LIBC}
 {$ifdef FPC_USE_LIBC}
 { prefer libc implementations over our own, as they're most likely faster }
 { prefer libc implementations over our own, as they're most likely faster }
-{$i libcproc.inc}
+{$i cgeneric.inc}
 {$endif FPC_USE_LIBC}
 {$endif FPC_USE_LIBC}
 
 
 {$ifdef cpui386}
 {$ifdef cpui386}
@@ -864,7 +864,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.50  2004-01-11 11:10:07  jonas
+  Revision 1.51  2004-01-11 12:21:06  jonas
+    * fixed wrong include filename
+
+  Revision 1.50  2004/01/11 11:10:07  jonas
     + cgeneric.inc: implementations of rtl routines based on libc
     + cgeneric.inc: implementations of rtl routines based on libc
     * system.inc: include cgeneric.inc before powerpc.inc/i386.inc/... if
     * system.inc: include cgeneric.inc before powerpc.inc/i386.inc/... if
       FPC_USE_LIBC is defined
       FPC_USE_LIBC is defined