Remove idiotic, braindead casts T* -> void*
authorespie <espie@openbsd.org>
Sun, 26 Mar 2000 16:21:32 +0000 (16:21 +0000)
committerespie <espie@openbsd.org>
Sun, 26 Mar 2000 16:21:32 +0000 (16:21 +0000)
commitea72709761ab7b08c90ad2e9f6ab861344467460
tree0a0f7df6624b253ab3053b401d7ff2dee427e680
parentabb167d25b4d18c1d7b35c9bbe21ed26a0c4799d
Remove idiotic, braindead casts T* -> void*
They serve no purpose, except hiding potential bugs.

In particular, remove (ClientData) cast from macro, showing potentially
troublesome use of Hashes to store time_t.
16 files changed:
usr.bin/make/arch.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.h
usr.bin/make/job.c
usr.bin/make/lst.lib/lstDatum.c
usr.bin/make/lst.lib/lstDeQueue.c
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/parse.c
usr.bin/make/sprite.h
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/var.c