Răsfoiți Sursa

* activated FPC_HAS_SET_INEQUALITIES define

Jonas Maebe 26 ani în urmă
părinte
comite
79d83656f0
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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;