Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/indent tests/indent: update comment for the fi...



details:   https://anonhg.NetBSD.org/src/rev/988b86f7f21c
branches:  trunk
changeset: 1026338:988b86f7f21c
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Nov 19 18:55:10 2021 +0000

description:
tests/indent: update comment for the fix from the previous commit

diffstat:

 tests/usr.bin/indent/fmt_decl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 073375f17386 -r 988b86f7f21c tests/usr.bin/indent/fmt_decl.c
--- a/tests/usr.bin/indent/fmt_decl.c   Fri Nov 19 18:52:32 2021 +0000
+++ b/tests/usr.bin/indent/fmt_decl.c   Fri Nov 19 18:55:10 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fmt_decl.c,v 1.16 2021/11/19 18:52:33 rillig Exp $     */
+/*     $NetBSD: fmt_decl.c,v 1.17 2021/11/19 18:55:10 rillig Exp $     */
 /* $FreeBSD: head/usr.bin/indent/tests/declarations.0 334478 2018-06-01 09:41:15Z pstef $ */
 
 /* See FreeBSD r303570 */
@@ -502,8 +502,8 @@
 
 
 /*
- * Since 2019-04-04, some function names are preserved and others are
- * silently discarded.
+ * Since 2019-04-04 and before lexi.c 1.144 from 2021-11-19, some function
+ * names were preserved while others were silently discarded.
  */
 #indent input
 int *



Home | Main Index | Thread Index | Old Index