Browse Source

* 1.0.x fix

florian 20 years ago
parent
commit
8a2bc0e507
1 changed files with 6 additions and 1 deletions
  1. 6 1
      rtl/i386/fastmove.inc

+ 6 - 1
rtl/i386/fastmove.inc

@@ -25,8 +25,13 @@ the following restrictions:
 Version: 1.40 - 16-SEP-2004
 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}
 {$ifndef FPC_SYSTEM_HAS_MOVE}
 {$define FPC_SYSTEM_HAS_MOVE}
 {$define FPC_SYSTEM_HAS_MOVE}