From 2532a957a6da4190eaf5d4dc4affefa26c2ba197 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 28 Feb 2016 15:50:24 +0100 Subject: [PATCH] =?utf8?q?warning:=20redundant=20redeclaration=20of=20?= =?utf8?q?=E2=80=98gen=5Fnext=5Fstate=E2=80=99=20[-Wredundant-decls]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/gen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gen.c b/src/gen.c index 2f9f91a..7f30570 100644 --- a/src/gen.c +++ b/src/gen.c @@ -37,10 +37,7 @@ /* declare functions that have forward references */ -void gen_next_state(int); void genecs(void); -void indent_put2s(const char *, const char *); -void indent_puts(const char *); static int indent_level = 0; /* each level is 8 spaces */ -- 2.49.0