Date: Wed, 30 Mar 2005 15:14:22 +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: <200503301514.j2UFEM0t041821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-30 15:14:22 UTC
FreeBSD src repository
Modified files:
usr.bin/make var.c
Log:
Fix a bug introduced in a previous commit: ParseModifier() consumes
characters so it is not safe to move around code from
before it to after it. This should fix problems with building the
documentation.
Patch: 7.170
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.143 +30 -15 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503301514.j2UFEM0t041821>
