=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/mdef.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/m4/mdef.h 1999/09/14 08:35:17 1.7 --- src/usr.bin/m4/mdef.h 1999/11/20 17:49:00 1.8 *************** *** 1,4 **** ! /* $OpenBSD: mdef.h,v 1.7 1999/09/14 08:35:17 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mdef.h,v 1.8 1999/11/20 17:49:00 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* *************** *** 124,129 **** --- 124,130 ---- char *name; /* entry name.. */ char *defn; /* definition.. */ int type; /* type of the entry.. */ + unsigned hv; ndptr nxtptr; /* link to next entry.. */ };