mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +02:00
lazdatadict: remove compiler version restrictions, it compiles with fpc 2.2.2 and later
git-svn-id: trunk@16426 -
This commit is contained in:
parent
a857c3f5d9
commit
c46f7f6397
@ -2,10 +2,6 @@ unit reglazdatadict;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
{$IF defined(VER2_2) or defined(VER2_1) or defined(VER2_0)}
|
|
||||||
{$ERROR this package requires at least fpc 2.3.1}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user