DragonFly commits List (threaded) for 2005-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make cond.c cond.h globals.h main.c parse.c parse.h
okumoto 2005/05/23 13:04:43 PDT
DragonFly src repository
Modified files:
usr.bin/make cond.c cond.h globals.h main.c parse.c
parse.h
Log:
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.
Revision Changes Path
1.45 +34 -34 src/usr.bin/make/cond.c
1.5 +6 -4 src/usr.bin/make/cond.h
1.13 +0 -6 src/usr.bin/make/globals.h
1.109 +28 -25 src/usr.bin/make/main.c
1.89 +32 -35 src/usr.bin/make/parse.c
1.11 +11 -1 src/usr.bin/make/parse.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/cond.c.diff?r1=1.44&r2=1.45&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/cond.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/globals.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/main.c.diff?r1=1.108&r2=1.109&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.88&r2=1.89&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.h.diff?r1=1.10&r2=1.11&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]