mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
* fixed wrong include filename
This commit is contained in:
parent
5439babeb5
commit
4a8d1bcb06
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user