summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-15 14:47:33 -0500
committerWill Estes <westes575@gmail.com>2015-12-15 16:05:49 -0500
commitc918627e08a29d432a7e22d533f59a7a0175d070 (patch)
tree04d13e6214a32d1dd0a0f40d32541f8a84c50cea /src/main.c
parent559d79d0f57f32a9aa2d14910dace91372471d94 (diff)
Removed prototype for main().
It's not called anywhere else so the prototype is not needed. See the C99 standard [1], section 5.1.2.2.1 for more info. [1]: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a817c80..a06b7e4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -135,7 +135,6 @@ const char *escaped_qend = "[[]]M4_YY_NOOP]M4_YY_NOOP]M4_YY_NOOP[[]]";
static int preproc_level = 1000;
int flex_main PROTO ((int argc, char *argv[]));
-int main PROTO ((int argc, char *argv[]));
int flex_main (int argc, char *argv[])
{