Move OPEN_PAREN, CLOSE_PAREN, OPEN_BRACE, and CLOSE_BRACE into util.h
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 24 Sep 2005 07:37:01 +0000 (07:37 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 24 Sep 2005 07:37:01 +0000 (07:37 +0000)
commitb6119aa5487500aa17f4de51f8ee13631a8d3b0f
tree0d61c11e797e3d0a238cb6bc7292fc67c222f707
parent038e99f8b2edc7c8e0b6748586f28789b145b180
Move OPEN_PAREN, CLOSE_PAREN, OPEN_BRACE, and CLOSE_BRACE into util.h
and use them.  This inproves code readablity.
usr.bin/make/arch.c
usr.bin/make/cond.c
usr.bin/make/parse.c
usr.bin/make/suff.c
usr.bin/make/util.h
usr.bin/make/var.c