看板 DFBSD_commit 關於我們 聯絡資訊
okumoto 2005/01/29 23:20:59 PST DragonFly src repository Modified files: usr.bin/make var.c Log: - Hide the following characters '(', ')', '{', '}' inside of #defines to make it easyer to read. OPEN_PARN, CLOSE_PAREN, OPEN_BRACKET, and CLOSE_BRACKET. - Re-write for loop into a while loop to clearify operation. Tested by comparing object files. Revision Changes Path 1.52 +22 -11 src/usr.bin/make/var.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.51&r2=1.52&f=u