Convert make(1) to use ANSI style function declarations. Variable
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 22:57:04 +0000 (22:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 22:57:04 +0000 (22:57 +0000)
commit84de9e2382951287d85d10a009f8b59111b2d8bf
tree4dd4bb043c0c3c1d42eef65f4f8d531d1ffec262
parent913800f5bc9d2eed8ec5eec5b05ae85c77df5e3a
Convert make(1) to use ANSI style function declarations.  Variable
documentation already adequatedly existed in the description in most
cases.  Where it did not, it was added.  If no documentation existed
beforehand, then none was added.  Some unused dummies for use in the
traversal functions were marked as __unused during the conversion.
Occasionally, local style fixes were applied to lines already being
modified or influenced.

Taken-from: FreeBSD/jmallett
19 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/job.c
usr.bin/make/job.h
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/make.h
usr.bin/make/nonints.h
usr.bin/make/parse.c
usr.bin/make/str.c
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/util.c
usr.bin/make/var.c