看板 DFBSD_commit 關於我們 聯絡資訊
okumoto 2005/02/15 03:15:11 PST DragonFly src repository Modified files: usr.bin/make var.c Log: Create two new functions VarParseShort() and VarParseLong() from the contents of the if-else-if-else blocks. VarParseShort() handles variables that are only one letter, while VarParseLong() handles variables that have multiple characters, and might possibly have modifiers. Revision Changes Path 1.100 +102 -84 src/usr.bin/make/var.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.99&r2=1.100&f=u