Move the create list variable out of global scope and put it into
authorMax Okumoto <okumoto@dragonflybsd.org>
Mon, 23 May 2005 20:04:43 +0000 (20:04 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Mon, 23 May 2005 20:04:43 +0000 (20:04 +0000)
commit62ecbc733ea5065acd331186a3c67ac74714f935
tree8d0dd79addee44d889c4258e69b74ebe0af704bf
parent0664f02ad2f2aa1bdd2eb509a6a2631b8c989f2c
Move the create list variable out of global scope and put it into
the newly created Parser object.  And Pass the parser object around
as a function paramter.
usr.bin/make/cond.c
usr.bin/make/cond.h
usr.bin/make/globals.h
usr.bin/make/main.c
usr.bin/make/parse.c
usr.bin/make/parse.h