mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 20:39:34 +02:00
* 1.0.x fix
This commit is contained in:
parent
0fe35da937
commit
8a2bc0e507
@ -25,8 +25,13 @@ the following restrictions:
|
||||
Version: 1.40 - 16-SEP-2004
|
||||
}
|
||||
|
||||
{$ifndef VER1_0}
|
||||
{$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
|
||||
{$define USE_FASTMOVE}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
|
||||
{$ifdef USE_FASTMOVE}
|
||||
|
||||
{$ifndef FPC_SYSTEM_HAS_MOVE}
|
||||
{$define FPC_SYSTEM_HAS_MOVE}
|
||||
|
Loading…
Reference in New Issue
Block a user