* activated FPC_HAS_SET_INEQUALITIES define

This commit is contained in:
Jonas Maebe 1999-12-21 13:00:35 +00:00
parent 3317c7b291
commit 79d83656f0

View File

@ -4,8 +4,8 @@
Program to test set functions
}
{ $define FPC_HAS_SET_INEQUALITIES
<,> <= and >= are not implemented yet (PM) }
{$define FPC_HAS_SET_INEQUALITIES}
program TestSet;
Procedure InitMSTimer;