mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:59:24 +02:00
* adjust/update guard against older compiler versions
git-svn-id: trunk@36876 -
This commit is contained in:
parent
0b02dab684
commit
187ebc6821
@ -22,9 +22,9 @@
|
|||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch advancedrecords}
|
{$modeswitch advancedrecords}
|
||||||
|
|
||||||
{ At least 2.4.0 is required }
|
{ At least 3.0.0 is required }
|
||||||
{$if defined(VER1) or defined(VER2_0) or defined(VER2_2) }
|
{$if defined(VER1) or defined(VER2_0) or defined(VER2_2) or defined(VER2_4) or defined(VER2_6) }
|
||||||
{$fatal You need at least FPC 2.4.0 to build this version of FPC}
|
{$fatal You need at least FPC 3.0.0 to build this version of FPC}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{ Using inlining for small system functions/wrappers }
|
{ Using inlining for small system functions/wrappers }
|
||||||
|
Loading…
Reference in New Issue
Block a user