=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/yacc.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/ctags/yacc.c 2003/06/03 02:56:07 1.6 --- src/usr.bin/ctags/yacc.c 2003/06/12 20:58:09 1.7 *************** *** 1,4 **** ! /* $OpenBSD: yacc.c,v 1.6 2003/06/03 02:56:07 millert Exp $ */ /* $NetBSD: yacc.c,v 1.3 1995/03/26 20:14:12 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: yacc.c,v 1.7 2003/06/12 20:58:09 deraadt Exp $ */ /* $NetBSD: yacc.c,v 1.3 1995/03/26 20:14:12 glass Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: yacc.c,v 1.6 2003/06/03 02:56:07 millert Exp $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: yacc.c,v 1.7 2003/06/12 20:58:09 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 50,56 **** * find the yacc tags and put them in. */ void ! y_entries() { int c; char *sp; --- 50,56 ---- * find the yacc tags and put them in. */ void ! y_entries(void) { int c; char *sp; *************** *** 122,128 **** * throw away lines up to the next "\n%%\n" */ void ! toss_yysec() { int c; /* read character */ int state; --- 122,128 ---- * throw away lines up to the next "\n%%\n" */ void ! toss_yysec(void) { int c; /* read character */ int state;