Date: Thu, 10 Feb 2005 17:00:16 +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 var.c Message-ID: <200502101700.j1AH0HfO003319@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-10 17:00:16 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Mostly stylistic nits in preparation for splitting up Var_Parse: use a more consistent style with regard to *str and str[0]; simplify code by introducing a temporary variable; shift a break around and add braces where appropriate. Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.81 +19 -15 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101700.j1AH0HfO003319>