From 0f4684dd2a811f689725a6065bfce8c547fbe4be Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 28 Feb 2016 15:50:46 +0100 Subject: =?UTF-8?q?warning:=20no=20previous=20prototype=20for=20=E2=80=98m?= =?UTF-8?q?kecstbl=E2=80=99=20[-Wmissing-prototypes]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gen.c') diff --git a/src/gen.c b/src/gen.c index 16fa9b2..2f9f91a 100644 --- a/src/gen.c +++ b/src/gen.c @@ -450,7 +450,7 @@ void genctbl (void) /* mkecstbl - Make equivalence-class tables. */ -struct yytbl_data *mkecstbl (void) +static struct yytbl_data *mkecstbl (void) { int i; struct yytbl_data *tbl = 0; -- cgit v1.2.3