mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +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 }
|
||||
{$IFNDEF VIRTUALPASCAL} // in system there
|
||||
{$ifdef FPC_USE_LIBC}
|
||||
{$i cgenstr.inc}
|
||||
{$endif FPC_USE_LIBC}
|
||||
{$i strings.inc }
|
||||
{$ENDIF}
|
||||
|
||||
@ -122,7 +125,10 @@ end ;
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.2 2004/02/20 22:15:16 florian
|
||||
|
Loading…
Reference in New Issue
Block a user