lazdbexport: added check for FPC 2.3.1

git-svn-id: trunk@12805 -
This commit is contained in:
mattias 2007-11-09 22:26:04 +00:00
parent 4ab12c4d29
commit 8748812f81

View File

@ -17,6 +17,10 @@ unit regdbexport;
{$mode objfpc}{$H+}
{$IFNDEF VER2_3}
{$ERROR this package requires FPC version 2.3.1}
{$ENDIF}
interface
uses