From 11c560ec5e9b4b4c1e625e3f949adc3e5f025826 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 25 Jan 2012 08:42:19 +0000 Subject: Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output. --- bin/sh/arith_yylex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sh/arith_yylex.c') diff --git a/bin/sh/arith_yylex.c b/bin/sh/arith_yylex.c index cfb9724d..f6eebdb 100644 --- a/bin/sh/arith_yylex.c +++ b/bin/sh/arith_yylex.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); extern const char *arith_buf; int -yylex() +yylex(void) { int value; const char *buf = arith_buf; -- cgit v1.1