X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroup.h;h=a066348646b2cd6f74633c6280d9eb93f8db592a;hb=e238e7fc030ebb64a7f70176c2218783b5b205e3;hp=c9050604bcad11df61b6ed5a4760843f95d5cac4;hpb=c33f6387da9826d640ef1f21068bf5c94055ba77;p=pspp diff --git a/src/group.h b/src/group.h index c9050604bc..a066348646 100644 --- a/src/group.h +++ b/src/group.h @@ -14,9 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ - + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #ifndef GROUP_H @@ -26,13 +25,6 @@ #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 */