]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Style: remove a lot of unnecessary casts, add some and spell the null
authorharti <harti@FreeBSD.org>
Wed, 1 Dec 2004 10:29:20 +0000 (10:29 +0000)
committerharti <harti@FreeBSD.org>
Wed, 1 Dec 2004 10:29:20 +0000 (10:29 +0000)
commitcf2c3cae344e2c0fd2316b579a8e3698105b58d1
treed8d62254033c89332ede3fdf3277528114f7a6b5
parenta50f0bcbfd79a523bed7c5e00964a797edad9ff7
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
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