Date: Fri, 4 Feb 2005 13:34: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 buf.c buf.h parse.c var.c Message-ID: <200502041334.j14DYGxE030408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-04 13:34:16 UTC
FreeBSD src repository
Modified files:
usr.bin/make buf.c buf.h parse.c var.c
Log:
None of the users of Buf_Discard used it to get rid of only a part of
the buffer. So replace Buf_Discard by Buf_Clear which just gets rid
of the entire contents.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.28 +10 -25 src/usr.bin/make/buf.c
1.20 +1 -1 src/usr.bin/make/buf.h
1.73 +1 -1 src/usr.bin/make/parse.c
1.65 +1 -1 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502041334.j14DYGxE030408>
