Module Name:    src
Committed By:   rillig
Date:           Fri Nov 19 18:55:10 UTC 2021

Modified Files:
        src/tests/usr.bin/indent: fmt_decl.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/usr.bin/indent/fmt_decl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/indent/fmt_decl.c
diff -u src/tests/usr.bin/indent/fmt_decl.c:1.16 src/tests/usr.bin/indent/fmt_decl.c:1.17
--- src/tests/usr.bin/indent/fmt_decl.c:1.16	Fri Nov 19 18:52:33 2021
+++ src/tests/usr.bin/indent/fmt_decl.c	Fri Nov 19 18:55:10 2021
@@ -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 @@ int	       *function_name_____20________
 
 
 /*
- * 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 *

Reply via email to