diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-07-24 18:52:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-07-24 18:52:48 +0000 |
commit | 98982aacf0aa7545ab1423f476775a35cb6b63a1 (patch) | |
tree | 09e35dfccd9c5b3a0df3abdf9406f6480f7b15b0 /usr.bin/make/main.c | |
parent | ee4d80f5e59727a3f7a3986c1ecfce78aaac6ac9 (diff) |
change Var_ParseSkip API to increment the position instead of returning a
length, simplifies code.
(warns a bit, symptom of some further issues to fix).
okay millert@
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index ff52417a3cc..244f7b51ece 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.71 2007/07/21 14:41:07 espie Exp $ */ +/* $OpenBSD: main.c,v 1.72 2007/07/24 18:52:47 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* |