Cleanup globals in str.c
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 5 May 2005 09:08:42 +0000 (09:08 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 5 May 2005 09:08:42 +0000 (09:08 +0000)
commitdb647c9e37eeb7daa2fd791c56dff916f09042f2
tree89c5b85dc03e36a2db4e54229c5f25af61488c29
parentd33a21524c2004e29b4f4bfada744e20c8e9b537
Cleanup globals in str.c
  o Create ArgArray object.
  o Rewrite brk_string() and MAKEFLAGS_break() to use ArgArray instead
    of global variables.
  o Rewrite code that uses brk_string() and MAKEFLAGS_break() to use
    ArgArray.
  o Remove str_init() code.
usr.bin/make/for.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/parse.c
usr.bin/make/str.c
usr.bin/make/str.h
usr.bin/make/suff.c
usr.bin/make/var.c