Explorar o código

* activated FPC_HAS_SET_INEQUALITIES define

Jonas Maebe %!s(int64=26) %!d(string=hai) anos
pai
achega
79d83656f0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;