mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:28:14 +02:00
* require at least 2.0.2
git-svn-id: trunk@4787 -
This commit is contained in:
parent
e9c5049275
commit
37160edf3c
@ -54,6 +54,13 @@ program pp;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ Require at least 2.0.2 }
|
||||
{$ifdef VER2_0}
|
||||
{$if FPC_PATCH<2}
|
||||
{$fatal At least FPC 2.0.2 is required to compile the compiler}
|
||||
{$endif}
|
||||
{$endif VER2_0}
|
||||
|
||||
{$ifdef FPC}
|
||||
{ exactly one target CPU must be defined }
|
||||
{$ifdef I386}
|
||||
|
Loading…
Reference in New Issue
Block a user