=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/parse.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/indent/parse.c 2003/06/12 01:07:27 1.6 --- src/usr.bin/indent/parse.c 2003/06/26 21:43:07 1.7 *************** *** 1,4 **** ! /* $OpenBSD: parse.c,v 1.6 2003/06/12 01:07:27 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: parse.c,v 1.7 2003/06/26 21:43:07 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 34,47 **** #ifndef lint /*static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: parse.c,v 1.6 2003/06/12 01:07:27 deraadt Exp $"; #endif /* not lint */ #include #include "indent_globs.h" #include "indent_codes.h" ! void reduce(); void parse(tk) --- 34,47 ---- #ifndef lint /*static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: parse.c,v 1.7 2003/06/26 21:43:07 deraadt Exp $"; #endif /* not lint */ #include #include "indent_globs.h" #include "indent_codes.h" ! void reduce(void); void parse(tk) *************** *** 246,252 **** | REDUCTION PHASE | \*----------------------------------------------*/ void ! reduce() { int i; --- 246,252 ---- | REDUCTION PHASE | \*----------------------------------------------*/ void ! reduce(void) { int i;