=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/main.c,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/usr.bin/m4/main.c 2003/11/17 17:12:10 1.64 --- src/usr.bin/m4/main.c 2005/01/20 23:47:04 1.65 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.64 2003/11/17 17:12:10 espie Exp $ */ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.65 2005/01/20 23:47:04 espie Exp $ */ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.64 2003/11/17 17:12:10 espie Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.65 2005/01/20 23:47:04 espie Exp $"; #endif #endif /* not lint */ *************** *** 543,549 **** char *name = tp; char *etp = tp+MAXTOK; ndptr p; - unsigned int h; *tp++ = c; --- 543,548 ----