]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug introduced in a previous commit: ParseModifier() consumes
authorharti <harti@FreeBSD.org>
Wed, 30 Mar 2005 15:14:22 +0000 (15:14 +0000)
committerharti <harti@FreeBSD.org>
Wed, 30 Mar 2005 15:14:22 +0000 (15:14 +0000)
commitcf97e03db75b91cbf2215cb833a5d278f152fd6e
tree9e651fde00117c1906c524287584e79986900788
parenteedd5656c1fa34fd0801cedb9125b3b2ba844bc1
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>
usr.bin/make/var.c