mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 21:19:26 +02:00
* use C versions of string routines if FPC_USE_LIBC is defined
This commit is contained in:
parent
38a5902dfd
commit
75680eaa31
@ -29,6 +29,9 @@ type
|
|||||||
|
|
||||||
{ Processor dependent part, shared withs strings unit }
|
{ Processor dependent part, shared withs strings unit }
|
||||||
{$IFNDEF VIRTUALPASCAL} // in system there
|
{$IFNDEF VIRTUALPASCAL} // in system there
|
||||||
|
{$ifdef FPC_USE_LIBC}
|
||||||
|
{$i cgenstr.inc}
|
||||||
|
{$endif FPC_USE_LIBC}
|
||||||
{$i strings.inc }
|
{$i strings.inc }
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
@ -122,7 +125,10 @@ end ;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2004-05-01 23:55:18 peter
|
Revision 1.4 2004-08-09 16:44:23 jonas
|
||||||
|
* use C versions of string routines if FPC_USE_LIBC is defined
|
||||||
|
|
||||||
|
Revision 1.3 2004/05/01 23:55:18 peter
|
||||||
* replace strlenint with sizeint
|
* replace strlenint with sizeint
|
||||||
|
|
||||||
Revision 1.2 2004/02/20 22:15:16 florian
|
Revision 1.2 2004/02/20 22:15:16 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user