make(1): Use an inline function instead of a macro for Lst_Valid().
commit3b9190e3452cb6b432d53686b03a8ebe03ddbd90
authorSascha Wildner <saw@online.de>
Thu, 18 Oct 2012 12:03:04 +0000 (18 14:03 +0200)
committerSascha Wildner <saw@online.de>
Thu, 18 Oct 2012 12:03:28 +0000 (18 14:03 +0200)
treecb23cdea0913c7e1b67c0f615ad9e318d5fd6451
parent40a86cd8b03007098031e2179063cb97e6842efe
make(1): Use an inline function instead of a macro for Lst_Valid().

This gives -Waddress something to test even if the address of a local
variable is passed.

Remove local CFLAGS and put back under -Werror.
usr.bin/make/Makefile
usr.bin/make/lst.h