summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
commit64874cd4640c1cd95f5cb51481f85c63803afe6c (patch)
treeba928d0f60af883198c0af97398e12bb682e67d6 /src/main.c
parent5f6b7645e6a7b126fa2e628b3bce0104116d2fbc (diff)
Remove remaining use of PROTO
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ad48743..24e61fc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -134,7 +134,7 @@ const char *escaped_qend = "[[]]M4_YY_NOOP]M4_YY_NOOP]M4_YY_NOOP[[]]";
/* For debugging. The max number of filters to apply to skeleton. */
static int preproc_level = 1000;
-int flex_main PROTO ((int argc, char *argv[]));
+int flex_main (int argc, char *argv[]);
int flex_main (int argc, char *argv[])
{