Browse Source

* activated FPC_HAS_SET_INEQUALITIES define

Jonas Maebe 26 years ago
parent
commit
79d83656f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/testset.pp

+ 2 - 2
tests/test/testset.pp

@@ -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;