Fixed a whole lot more memory leaks.
[pspp-builds.git] / src / group.h
index c9050604bcad11df61b6ed5a4760843f95d5cac4..954418a872af25dadb99378c227d31e19759afb5 100644 (file)
@@ -18,7 +18,6 @@
    02111-1307, USA. */
 
 
-
 #ifndef GROUP_H
 #define GROUP_H
 
 #include "val.h"
 
 
-enum comparison
-  {
-    CMP_LE = -2,
-    CMP_EQ = 0,
-  };
-
-
 /* Statistics for grouped data */
 struct group_statistics
   {
@@ -82,7 +74,7 @@ struct group_statistics
 
 
 
-/* These funcs are usefull for hash tables */
+/* These funcs are useful for hash tables */
 
 /* Return -1 if the id of a is less than b; +1 if greater than and 
    0 if equal */