]> granicus.if.org Git - flex/commit
Fixed prototype/definition conflicts with "traditional" C in skeleton at request...
authorJohn Millaway <john43@users.sourceforge.net>
Wed, 17 Jul 2002 06:46:23 +0000 (06:46 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Wed, 17 Jul 2002 06:46:23 +0000 (06:46 +0000)
commit58d399341dc4d8a1da79a3636fb823e92b82c912
tree6688a3617266590bac71c152b650bd072e3c81a3
parenta336daae24c230b9c5fbc82b5d5f8f10d90b6f6d
Fixed prototype/definition conflicts with "traditional" C in skeleton at request of gcc developer.
Removed duplicate prototypes in gen.c, sym.c, main.c.
Added missing prototypes where needed.
All functions in skeleton follow ISO C style protos and defs, instead of BOTH ISO and new-style.
Skeleton now compiles cleanly under super-strict gcc flags.
Flex itself almost compiles cleanly under strict flags.
flex.skl
main.c
misc.c
scan.l
scanopt.c
sym.c
tests/test-mem-nr/scanner.l
tests/test-mem-r/scanner.l