Date: Mon, 21 Mar 2005 11:43:03 +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: <200503211143.j2LBh3nl034901@repoman.freebsd.org>
index | next in thread | raw e-mail
harti 2005-03-21 11:43:03 UTC
FreeBSD src repository
Modified files:
usr.bin/make var.c
Log:
Reduce number of parameters passed between the parsing routines
by putting them into struct VarParser or computing them (consumed).
Change the loop termination condition in VarParseLong from endc to \0.
Patch: 7.128-7.132
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.123 +58 -71 src/usr.bin/make/var.c
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503211143.j2LBh3nl034901>
