]> granicus.if.org Git - flex/commitdiff
warning: redundant redeclaration of ‘gen_next_state’ [-Wredundant-decls]
authorrlar <rlar>
Sun, 28 Feb 2016 14:50:24 +0000 (15:50 +0100)
committerWill Estes <westes575@gmail.com>
Tue, 1 Mar 2016 00:53:12 +0000 (19:53 -0500)
src/gen.c

index 2f9f91a92ff544651dc93531c562aba37256e42e..7f3057012fabc5389e42f43c162cced846b5e8b1 100644 (file)
--- a/src/gen.c
+++ b/src/gen.c
 
 /* 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 */