=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/parse.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/make/parse.c 2007/07/20 12:32:45 1.73 +++ src/usr.bin/make/parse.c 2007/07/24 18:52:47 1.74 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: parse.c,v 1.73 2007/07/20 12:32:45 espie Exp $ */ +/* $OpenBSD: parse.c,v 1.74 2007/07/24 18:52:47 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -609,7 +609,7 @@ * so we can safely advance beyond it...There should be * no errors in this, as they would have been discovered * in the initial Var_Subst and we wouldn't be here. */ - cp += Var_ParseSkip(cp, NULL, NULL); + Var_ParseSkip(&cp, NULL); else { /* We don't want to end a word on ':' or '!' if there is a * better match later on in the string. By "better" I mean