]> granicus.if.org Git - flex/commit
Switch function definitions from mixed K&R to consistent ANSI C.
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 14 May 2015 18:16:04 +0000 (11:16 -0700)
committerWill Estes <westes575@gmail.com>
Fri, 20 Nov 2015 00:26:07 +0000 (19:26 -0500)
commit0f7b9136ed566f4a79b2d6ca33299babcce3049e
tree4d7e50ccc92c0917ec491c23aadaf93b5b0c5047
parent09eae589d3954a1e1206aa01108ee75ef57776da
Switch function definitions from mixed K&R to consistent ANSI C.

flex was using K&R function definitions for some functions and
ANSI C style in others, sometimes even in the same file. Change
the code to consistently use ANSI C.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
13 files changed:
src/buf.c
src/ccl.c
src/dfa.c
src/ecs.c
src/gen.c
src/main.c
src/misc.c
src/nfa.c
src/parse.y
src/scan.l
src/scanopt.c
src/sym.c
src/tblcmp.c