summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith.y
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-08-25 09:33:34 +0000
committercracauer <cracauer@FreeBSD.org>1998-08-25 09:33:34 +0000
commit2ca0a9a7fbfb8fa635bb19255ab351359ef0d32c (patch)
treef4a8eda0d679103835834312a2c79f44c013b7f9 /bin/sh/arith.y
parent3fc10b771999799e730d32054e38d93549b76b73 (diff)
downloadFreeBSD-src-2ca0a9a7fbfb8fa635bb19255ab351359ef0d32c.zip
FreeBSD-src-2ca0a9a7fbfb8fa635bb19255ab351359ef0d32c.tar.gz
Improve bookkeeping of in_waitcmd and style fixes.
Submitted by: Bruce Evans
Diffstat (limited to 'bin/sh/arith.y')
-rw-r--r--bin/sh/arith.y10
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y
index 87f2f45..655ed23 100644
--- a/bin/sh/arith.y
+++ b/bin/sh/arith.y
@@ -88,12 +88,16 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; }
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: arith.y,v 1.7 1998/05/18 06:43:27 charnier Exp $
+ * $Id: arith.y,v 1.8 1998/08/24 10:20:36 cracauer Exp $
*/
+#ifndef lint
#if 0
static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
#endif
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
#include "shell.h"
#include "error.h"
@@ -103,8 +107,8 @@ static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
char *arith_buf, *arith_startbuf;
extern void arith_lex_reset();
-int yyparse(void);
-int yylex(void);
+int yylex __P((void));
+int yyparse __P((void));
int
arith(s)
OpenPOWER on IntegriCloud