summaryrefslogtreecommitdiff
path: root/src/gen.c
diff options
context:
space:
mode:
authorMichael McConville <mmcco@mykolab.com>2015-12-13 01:20:11 -0500
committerWill Estes <westes575@gmail.com>2015-12-14 07:20:53 -0500
commit559d79d0f57f32a9aa2d14910dace91372471d94 (patch)
tree86156a3687feb1eb747d95153f79808dcd077a61 /src/gen.c
parent56f558ffefa1e97191ac373e8d0c89019b8d8340 (diff)
Removed more instances of PROTO, ansifying.
Diffstat (limited to 'src/gen.c')
-rw-r--r--src/gen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gen.c b/src/gen.c
index 5e2efe9..546e340 100644
--- a/src/gen.c
+++ b/src/gen.c
@@ -37,10 +37,10 @@
/* declare functions that have forward references */
-void gen_next_state PROTO ((int));
-void genecs PROTO ((void));
-void indent_put2s PROTO ((const char *, const char *));
-void indent_puts PROTO ((const char *));
+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 */