Clean up the Spiff code so that it emits fewer warnings. This
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Apr 2004 03:24:45 +0000 (03:24 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Apr 2004 03:24:45 +0000 (03:24 +0000)
commitcce5a349d925f51344f3fc63d44ce852afd3d1d1
treee1b367a72516e99b2ef83f79afe867e4d977fe00
parent401be2c18c104cd25b9889143859580c4b7c78b7
Clean up the Spiff code so that it emits fewer warnings.  This
consists mostly of changing sloppy K&R C code to slightly more
disciplined K&R C code, and doing the usual things to shut gcc up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12877 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
utils/Spiff/comment.c
utils/Spiff/comment.h
utils/Spiff/compare.c
utils/Spiff/exact.c
utils/Spiff/float.c
utils/Spiff/float.h
utils/Spiff/floatrep.c
utils/Spiff/line.c
utils/Spiff/miller.c
utils/Spiff/misc.c
utils/Spiff/output.c
utils/Spiff/parse.c
utils/Spiff/spiff.c
utils/Spiff/strings.c
utils/Spiff/strings.h
utils/Spiff/tol.c
utils/Spiff/tol.h
utils/Spiff/visual.c