* 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 Program to test set functions
} }
{ $define FPC_HAS_SET_INEQUALITIES {$define FPC_HAS_SET_INEQUALITIES}
<,> <= and >= are not implemented yet (PM) }
program TestSet; program TestSet;
Procedure InitMSTimer; Procedure InitMSTimer;