Date: Fri, 11 Feb 2005 17:03:19 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c Message-ID: <200502111703.j1BH3Jer099153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-11 17:03:19 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: Stylistic fixes: push variable into a local context (this part is going to be split out into a function soon). Also there is no need to write back the colon that we have NUL-ed - the string is going to be freed anyway. Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.117 +12 -10 src/usr.bin/make/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502111703.j1BH3Jer099153>