=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/parse.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/indent/parse.c 2003/06/26 21:43:07 1.7 --- src/usr.bin/indent/parse.c 2004/07/20 03:50:26 1.8 *************** *** 1,4 **** ! /* $OpenBSD: parse.c,v 1.7 2003/06/26 21:43:07 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: parse.c,v 1.8 2004/07/20 03:50:26 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 34,40 **** #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 --- 34,40 ---- #ifndef lint /*static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: parse.c,v 1.8 2004/07/20 03:50:26 deraadt Exp $"; #endif /* not lint */ #include *************** *** 44,51 **** void reduce(void); void ! parse(tk) ! int tk; /* the code for the construct scanned */ { int i; --- 44,50 ---- void reduce(void); void ! parse(int tk) /* the code for the construct scanned */ { int i;