diff options
| author | rillig <rillig@NetBSD.org> | 2020-09-26 16:55:58 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-09-26 16:55:58 +0000 |
| commit | 147c6fcea545f120c00a71add495b9d470a0acf2 (patch) | |
| tree | b7f0f2a7e5339c529de33978d6accdaaade1414f /usr.bin/make/parse.c | |
| parent | 5eecbc6b26a472a5a4a87e7c27d58adee36df7da (diff) | |
make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 97dcb188a19..9ebff14dd26 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1,4 +1,4 @@ -/* $NetBSD: parse.c,v 1.332 2020/09/26 16:00:12 rillig Exp $ */ +/* $NetBSD: parse.c,v 1.333 2020/09/26 16:55:58 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -131,7 +131,7 @@ #include "pathnames.h" /* "@(#)parse.c 8.3 (Berkeley) 3/19/94" */ -MAKE_RCSID("$NetBSD: parse.c,v 1.332 2020/09/26 16:00:12 rillig Exp $"); +MAKE_RCSID("$NetBSD: parse.c,v 1.333 2020/09/26 16:55:58 rillig Exp $"); /* types and constants */ @@ -829,9 +829,6 @@ ParseLinkSrc(void *pgnp, void *data) * gnp The node to which the operator is to be applied * opp The operator to apply * - * Results: - * Always 0 - * * Side Effects: * The type field of the node is altered to reflect any new bits in * the op. |
