mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 13:10:32 +02:00
* check for FPC < 2.0.0
git-svn-id: trunk@395 -
This commit is contained in:
parent
bc347c23a8
commit
f8e713c9cb
@ -21,6 +21,11 @@
|
|||||||
{$I-,Q-,H-,R-,V-}
|
{$I-,Q-,H-,R-,V-}
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
|
||||||
|
{ At least 2.0.0 is required }
|
||||||
|
{$ifdef VER1}
|
||||||
|
{$fatal You need at least FPC 2.0.0}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ Using inlining for small system functions/wrappers }
|
{ Using inlining for small system functions/wrappers }
|
||||||
{$ifdef HASINLINE}
|
{$ifdef HASINLINE}
|
||||||
{$inline on}
|
{$inline on}
|
||||||
@ -63,7 +68,6 @@ Type
|
|||||||
Integer = SmallInt;
|
Integer = SmallInt;
|
||||||
|
|
||||||
{$ifdef CPUI386}
|
{$ifdef CPUI386}
|
||||||
{ for bootstrapping with 1.0.x }
|
|
||||||
{$define CPU32}
|
{$define CPU32}
|
||||||
|
|
||||||
{$define DEFAULT_EXTENDED}
|
{$define DEFAULT_EXTENDED}
|
||||||
|
Loading…
Reference in New Issue
Block a user