diff options
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 9fe6666..4f8dc8a 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -321,15 +321,12 @@ Parse_Error(int type, const char *fmt, ...) /*- *--------------------------------------------------------------------- * ParseLinkSrc -- - * Link the parent node to its new child. Used in a Lst_ForEach by + * Link the parent nodes to their new child. Used by * ParseDoDependency. If the specType isn't 'Not', the parent * isn't linked as a parent of the child. * - * Results: - * Always = 0 - * * Side Effects: - * New elements are added to the parents list of cgn and the + * New elements are added to the parents lists of cgn and the * children list of cgn. the unmade field of pgn is updated * to reflect the additional child. *--------------------------------------------------------------------- |