summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_yylex.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2012-01-25 08:42:19 +0000
committercharnier <charnier@FreeBSD.org>2012-01-25 08:42:19 +0000
commit11c560ec5e9b4b4c1e625e3f949adc3e5f025826 (patch)
tree87e53751614cd8153750969022f9e8aa01d069bc /bin/sh/arith_yylex.c
parent213e9c871367df9e4445a15b23c0d8943da17a77 (diff)
downloadFreeBSD-src-11c560ec5e9b4b4c1e625e3f949adc3e5f025826.zip
FreeBSD-src-11c560ec5e9b4b4c1e625e3f949adc3e5f025826.tar.gz
Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.
Diffstat (limited to 'bin/sh/arith_yylex.c')
-rw-r--r--bin/sh/arith_yylex.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud