~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to rtl/i386/fastmove.inc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
  $Id: fastmove.inc,v 1.5 2005/01/26 20:58:10 florian Exp $
3
2
  Copyright (c) 2004, John O'Harrow (john@almcrest.demon.co.uk)
4
3
 
5
4
This software is provided 'as-is', without any express or implied warranty.
25
24
Version: 1.40 - 16-SEP-2004
26
25
}
27
26
 
28
 
{$ifndef VER1_0}
29
 
  {$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
30
 
    { $define USE_FASTMOVE}
31
 
  {$endif}
32
 
{$endif}
33
 
 
34
27
{$ifdef USE_FASTMOVE}
35
28
 
36
29
{$ifndef FPC_SYSTEM_HAS_MOVE}