* use C versions of string routines if FPC_USE_LIBC is defined

This commit is contained in:
Jonas Maebe 2004-08-09 16:44:23 +00:00
parent 38a5902dfd
commit 75680eaa31

View File

@ -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