Style: remove a lot of unnecessary casts, add some and spell the null
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 00:17:05 +0000 (00:17 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 00:17:05 +0000 (00:17 +0000)
commit9a4c88c2704005a2ca4555a000825752beb89ad6
tree8c9671bd8f514a4af7bc745be98a562f25212304
parent2cc22ebb680c5e75582b8749d3c0360d920ca2b7
Style: remove a lot of unnecessary casts, add some and spell the null
pointer constant as NULL.

Checked by: diff -r on the object files before and after

Taken-from: FreeBSD
Author: harti
17 files changed:
usr.bin/make/arch.c
usr.bin/make/buf.c
usr.bin/make/compat.c
usr.bin/make/cond.c
usr.bin/make/dir.c
usr.bin/make/for.c
usr.bin/make/hash.c
usr.bin/make/hash.h
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/parse.c
usr.bin/make/str.c
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/var.c
usr.bin/make/var_modify.c