summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gen.c3
1 files changed, 0 insertions, 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 */