dthelp: Convert all K&R function definitions to ANSI (C90) standard
authorPeter Howkins <flibble@users.sf.net>
Sat, 23 Jun 2018 23:50:56 +0000 (00:50 +0100)
committerPeter Howkins <flibble@users.sf.net>
Sat, 23 Jun 2018 23:50:56 +0000 (00:50 +0100)
commit5aa1fed48bf5285cea058dc15c5a62b7e4453c32
treecd8dac280b692b371863b2e6c4612415563e9e6b
parentf89139dd84b161c190ad7e0f51ef87c5f8c6a020
dthelp: Convert all K&R function definitions to ANSI (C90) standard
172 files changed:
cde/programs/dthelp/dthelpview/Main.c
cde/programs/dthelp/parser/canon1/build/build.c
cde/programs/dthelp/parser/canon1/build/buildutl.c
cde/programs/dthelp/parser/canon1/build/eltree.c
cde/programs/dthelp/parser/canon1/build/fsa.c
cde/programs/dthelp/parser/canon1/build/out.c
cde/programs/dthelp/parser/canon1/build/scan.c
cde/programs/dthelp/parser/canon1/build/sref.c
cde/programs/dthelp/parser/canon1/build/tree.c
cde/programs/dthelp/parser/canon1/eltdef/eltdef.c
cde/programs/dthelp/parser/canon1/eltdef/eltutil.c
cde/programs/dthelp/parser/canon1/eltdef/scan.c
cde/programs/dthelp/parser/canon1/helptag/custom.c
cde/programs/dthelp/parser/canon1/helptag/help.c
cde/programs/dthelp/parser/canon1/helptag/out.c
cde/programs/dthelp/parser/canon1/helptag/xref.c
cde/programs/dthelp/parser/canon1/parser/actutil.c
cde/programs/dthelp/parser/canon1/parser/closent.c
cde/programs/dthelp/parser/canon1/parser/code.c
cde/programs/dthelp/parser/canon1/parser/dcurelt.c
cde/programs/dthelp/parser/canon1/parser/end.c
cde/programs/dthelp/parser/canon1/parser/entity.c
cde/programs/dthelp/parser/canon1/parser/error.c
cde/programs/dthelp/parser/canon1/parser/input.c
cde/programs/dthelp/parser/canon1/parser/level.c
cde/programs/dthelp/parser/canon1/parser/lookent.c
cde/programs/dthelp/parser/canon1/parser/minim.c
cde/programs/dthelp/parser/canon1/parser/optstrg.c
cde/programs/dthelp/parser/canon1/parser/param.c
cde/programs/dthelp/parser/canon1/parser/parent.c
cde/programs/dthelp/parser/canon1/parser/parser.c
cde/programs/dthelp/parser/canon1/parser/parutil.c
cde/programs/dthelp/parser/canon1/parser/pi.c
cde/programs/dthelp/parser/canon1/parser/scan.c
cde/programs/dthelp/parser/canon1/parser/setpar.c
cde/programs/dthelp/parser/canon1/parser/start.c
cde/programs/dthelp/parser/canon1/parser/struct.c
cde/programs/dthelp/parser/canon1/util/context.c
cde/programs/dthelp/parser/canon1/util/conutil.c
cde/programs/dthelp/parser/canon1/util/emptyfil.c
cde/programs/dthelp/parser/canon1/util/entout.c
cde/programs/dthelp/parser/canon1/util/error.c
cde/programs/dthelp/parser/canon1/util/exit.c
cde/programs/dthelp/parser/canon1/util/fclndir.c
cde/programs/dthelp/parser/canon1/util/inctest.c
cde/programs/dthelp/parser/canon1/util/itoa.c
cde/programs/dthelp/parser/canon1/util/lower.c
cde/programs/dthelp/parser/canon1/util/malloc.c
cde/programs/dthelp/parser/canon1/util/openchk.c
cde/programs/dthelp/parser/canon1/util/scanutil.c
cde/programs/dthelp/parser/canon1/util/sparse.c
cde/programs/dthelp/parser/canon1/util/strstr.c
cde/programs/dthelp/parser/canon1/util/trie.c
cde/programs/dthelp/parser/canon1/util/triecnt.c
cde/programs/dthelp/parser/canon1/util/triedump.c
cde/programs/dthelp/parser/canon1/util/triepdmp.c
cde/programs/dthelp/parser/canon1/util/trieplk.c
cde/programs/dthelp/parser/canon1/util/trierset.c
cde/programs/dthelp/parser/canon1/util/wchar.c
cde/programs/dthelp/parser/pass1/build/build.c
cde/programs/dthelp/parser/pass1/build/buildutl.c
cde/programs/dthelp/parser/pass1/build/eltree.c
cde/programs/dthelp/parser/pass1/build/fsa.c
cde/programs/dthelp/parser/pass1/build/out.c
cde/programs/dthelp/parser/pass1/build/scan.c
cde/programs/dthelp/parser/pass1/build/sref.c
cde/programs/dthelp/parser/pass1/build/tree.c
cde/programs/dthelp/parser/pass1/eltdef/eltdef.c
cde/programs/dthelp/parser/pass1/eltdef/eltutil.c
cde/programs/dthelp/parser/pass1/eltdef/scan.c
cde/programs/dthelp/parser/pass1/helptag/custom.c
cde/programs/dthelp/parser/pass1/helptag/help.c
cde/programs/dthelp/parser/pass1/helptag/out.c
cde/programs/dthelp/parser/pass1/helptag/special.c
cde/programs/dthelp/parser/pass1/helptag/xref.c
cde/programs/dthelp/parser/pass1/parser/actutil.c
cde/programs/dthelp/parser/pass1/parser/closent.c
cde/programs/dthelp/parser/pass1/parser/code.c
cde/programs/dthelp/parser/pass1/parser/dcurelt.c
cde/programs/dthelp/parser/pass1/parser/end.c
cde/programs/dthelp/parser/pass1/parser/entity.c
cde/programs/dthelp/parser/pass1/parser/error.c
cde/programs/dthelp/parser/pass1/parser/input.c
cde/programs/dthelp/parser/pass1/parser/level.c
cde/programs/dthelp/parser/pass1/parser/lookent.c
cde/programs/dthelp/parser/pass1/parser/minim.c
cde/programs/dthelp/parser/pass1/parser/optstrg.c
cde/programs/dthelp/parser/pass1/parser/param.c
cde/programs/dthelp/parser/pass1/parser/parent.c
cde/programs/dthelp/parser/pass1/parser/parser.c
cde/programs/dthelp/parser/pass1/parser/parutil.c
cde/programs/dthelp/parser/pass1/parser/pi.c
cde/programs/dthelp/parser/pass1/parser/scan.c
cde/programs/dthelp/parser/pass1/parser/setpar.c
cde/programs/dthelp/parser/pass1/parser/start.c
cde/programs/dthelp/parser/pass1/parser/struct.c
cde/programs/dthelp/parser/pass1/util/context.c
cde/programs/dthelp/parser/pass1/util/conutil.c
cde/programs/dthelp/parser/pass1/util/entout.c
cde/programs/dthelp/parser/pass1/util/error.c
cde/programs/dthelp/parser/pass1/util/exit.c
cde/programs/dthelp/parser/pass1/util/fclndir.c
cde/programs/dthelp/parser/pass1/util/inctest.c
cde/programs/dthelp/parser/pass1/util/itoa.c
cde/programs/dthelp/parser/pass1/util/lower.c
cde/programs/dthelp/parser/pass1/util/malloc.c
cde/programs/dthelp/parser/pass1/util/openchk.c
cde/programs/dthelp/parser/pass1/util/scanutil.c
cde/programs/dthelp/parser/pass1/util/sparse.c
cde/programs/dthelp/parser/pass1/util/trie.c
cde/programs/dthelp/parser/pass1/util/triecnt.c
cde/programs/dthelp/parser/pass1/util/triedump.c
cde/programs/dthelp/parser/pass1/util/triepdmp.c
cde/programs/dthelp/parser/pass1/util/trieplk.c
cde/programs/dthelp/parser/pass1/util/trierset.c
cde/programs/dthelp/parser/pass1/util/wchar.c
cde/programs/dthelp/parser/pass2/build/build.c
cde/programs/dthelp/parser/pass2/build/buildutl.c
cde/programs/dthelp/parser/pass2/build/eltree.c
cde/programs/dthelp/parser/pass2/build/fsa.c
cde/programs/dthelp/parser/pass2/build/out.c
cde/programs/dthelp/parser/pass2/build/scan.c
cde/programs/dthelp/parser/pass2/build/sref.c
cde/programs/dthelp/parser/pass2/build/tree.c
cde/programs/dthelp/parser/pass2/eltdef/eltdef.c
cde/programs/dthelp/parser/pass2/eltdef/eltutil.c
cde/programs/dthelp/parser/pass2/eltdef/scan.c
cde/programs/dthelp/parser/pass2/htag2/custom.c
cde/programs/dthelp/parser/pass2/htag2/sdl.c
cde/programs/dthelp/parser/pass2/parser/actutil.c
cde/programs/dthelp/parser/pass2/parser/closent.c
cde/programs/dthelp/parser/pass2/parser/code.c
cde/programs/dthelp/parser/pass2/parser/dcurelt.c
cde/programs/dthelp/parser/pass2/parser/end.c
cde/programs/dthelp/parser/pass2/parser/entity.c
cde/programs/dthelp/parser/pass2/parser/error.c
cde/programs/dthelp/parser/pass2/parser/input.c
cde/programs/dthelp/parser/pass2/parser/level.c
cde/programs/dthelp/parser/pass2/parser/lookent.c
cde/programs/dthelp/parser/pass2/parser/minim.c
cde/programs/dthelp/parser/pass2/parser/optstrg.c
cde/programs/dthelp/parser/pass2/parser/param.c
cde/programs/dthelp/parser/pass2/parser/parent.c
cde/programs/dthelp/parser/pass2/parser/parser.c
cde/programs/dthelp/parser/pass2/parser/parutil.c
cde/programs/dthelp/parser/pass2/parser/pi.c
cde/programs/dthelp/parser/pass2/parser/scan.c
cde/programs/dthelp/parser/pass2/parser/setpar.c
cde/programs/dthelp/parser/pass2/parser/start.c
cde/programs/dthelp/parser/pass2/parser/struct.c
cde/programs/dthelp/parser/pass2/util/context.c
cde/programs/dthelp/parser/pass2/util/conutil.c
cde/programs/dthelp/parser/pass2/util/entout.c
cde/programs/dthelp/parser/pass2/util/error.c
cde/programs/dthelp/parser/pass2/util/exit.c
cde/programs/dthelp/parser/pass2/util/fclndir.c
cde/programs/dthelp/parser/pass2/util/inctest.c
cde/programs/dthelp/parser/pass2/util/itoa.c
cde/programs/dthelp/parser/pass2/util/lower.c
cde/programs/dthelp/parser/pass2/util/malloc.c
cde/programs/dthelp/parser/pass2/util/openchk.c
cde/programs/dthelp/parser/pass2/util/scanutil.c
cde/programs/dthelp/parser/pass2/util/sparse.c
cde/programs/dthelp/parser/pass2/util/trie.c
cde/programs/dthelp/parser/pass2/util/triecnt.c
cde/programs/dthelp/parser/pass2/util/triedump.c
cde/programs/dthelp/parser/pass2/util/triepdmp.c
cde/programs/dthelp/parser/pass2/util/trieplk.c
cde/programs/dthelp/parser/pass2/util/trierset.c
cde/programs/dthelp/parser/pass2/util/upper.c
cde/programs/dthelp/parser/pass2/util/upstrcmp.c
cde/programs/dthelp/parser/pass2/util/wchar.c