=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/hash.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/make/Attic/hash.h 1998/12/05 00:06:27 1.4 --- src/usr.bin/make/Attic/hash.h 2000/03/26 16:21:32 1.5 *************** *** 1,4 **** ! /* $OpenBSD: hash.h,v 1.4 1998/12/05 00:06:27 espie Exp $ */ /* $NetBSD: hash.h,v 1.5 1996/11/06 17:59:07 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hash.h,v 1.5 2000/03/26 16:21:32 espie Exp $ */ /* $NetBSD: hash.h,v 1.5 1996/11/06 17:59:07 christos Exp $ */ /* *************** *** 100,106 **** * char *val; */ ! #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val)) /* * Hash_Size(n) returns the number of words in an object of n bytes --- 100,106 ---- * char *val; */ ! #define Hash_SetValue(h, val) ((h)->clientData = (val)) /* * Hash_Size(n) returns the number of words in an object of n bytes