From c6030c6511c69b69a216c893957b01bfc264d365 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 19 Mar 1995 13:29:28 +0000 Subject: You will find enclosed some changes to make gcc -Wall more happy in /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) --- bin/expr/expr.y | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/expr/expr.y') diff --git a/bin/expr/expr.y b/bin/expr/expr.y index b2d66bf..e745bb7 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $Id$ + * $Id: expr.y,v 1.8 1994/09/24 02:55:37 davidg Exp $ */ #include @@ -193,7 +193,6 @@ struct val *vp; int yylex () { - struct val *vp; char *p; if (*av == NULL) @@ -228,6 +227,8 @@ struct val *vp; /* NOTREACHED */ } +int yyparse (); + void main (argc, argv) int argc; -- cgit v1.1