Move assignment of variables {freePtr, dynamic, start} closer to
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 10 Feb 2005 07:42:17 +0000 (07:42 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 10 Feb 2005 07:42:17 +0000 (07:42 +0000)
commit962507cc2f26a6d87e76590483d72bc8733c3e01
tree28b5b461e0bccb1acb3d9bd2694bcba45c47a6bf
parentfb150f02808ffcd2a3b4eb74603b939207a8d3c6
Move assignment of variables {freePtr, dynamic, start} closer to
return statements.  This helps clarify what variables are used to
communicate between largely seperated code.
usr.bin/make/var.c