Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 lint: sync comment with recent change of...



details:   https://anonhg.NetBSD.org/src/rev/a44a91eb9a0f
branches:  trunk
changeset: 1029101:a44a91eb9a0f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Dec 21 15:33:20 2021 +0000

description:
lint: sync comment with recent change of parameter name

diffstat:

 usr.bin/xlint/lint1/tree.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 39f66fd47384 -r a44a91eb9a0f usr.bin/xlint/lint1/tree.c
--- a/usr.bin/xlint/lint1/tree.c        Tue Dec 21 15:27:19 2021 +0000
+++ b/usr.bin/xlint/lint1/tree.c        Tue Dec 21 15:33:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tree.c,v 1.401 2021/12/21 15:24:28 rillig Exp $        */
+/*     $NetBSD: tree.c,v 1.402 2021/12/21 15:33:20 rillig Exp $        */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: tree.c,v 1.401 2021/12/21 15:24:28 rillig Exp $");
+__RCSID("$NetBSD: tree.c,v 1.402 2021/12/21 15:33:20 rillig Exp $");
 #endif
 
 #include <float.h>
@@ -260,10 +260,7 @@
        sym->s_type = derive_type(sym->s_type, FUNC);
 }
 
-/*
- * Create a node for a name (symbol table entry).
- * follow_token is the token which follows the name.
- */
+/* Create a node for a name (symbol table entry). */
 tnode_t *
 build_name(sym_t *sym, bool is_funcname)
 {



Home | Main Index | Thread Index | Old Index