]> granicus.if.org Git - flex/commit
Removed prototype for main().
authorMichael Reed <m.reed@mykolab.com>
Tue, 15 Dec 2015 19:47:33 +0000 (14:47 -0500)
committerWill Estes <westes575@gmail.com>
Tue, 15 Dec 2015 21:05:49 +0000 (16:05 -0500)
commitc918627e08a29d432a7e22d533f59a7a0175d070
tree04d13e6214a32d1dd0a0f40d32541f8a84c50cea
parent559d79d0f57f32a9aa2d14910dace91372471d94
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
src/main.c