summaryrefslogtreecommitdiff
path: root/src/gen.c
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-28 15:50:46 +0100
committerWill Estes <westes575@gmail.com>2016-02-29 19:41:03 -0500
commit0f4684dd2a811f689725a6065bfce8c547fbe4be (patch)
treee1f9329349298c47303841c4a9fbcfcb98c810c0 /src/gen.c
parentcc7d14899c5780d4a4de4cf05ab1b6b9f911ca0d (diff)
warning: no previous prototype for ‘mkecstbl’ [-Wmissing-prototypes]
Diffstat (limited to 'src/gen.c')
-rw-r--r--src/gen.c2
1 files changed, 1 insertions, 1 deletions
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;