Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: update history of expo...



details:   https://anonhg.NetBSD.org/src/rev/29dcecd4c638
branches:  trunk
changeset: 1026544:29dcecd4c638
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Nov 28 10:11:15 2021 +0000

description:
tests/lint: update history of exporting unnamed objects

diffstat:

 tests/usr.bin/xlint/lint1/emit.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a3ece3caf08 -r 29dcecd4c638 tests/usr.bin/xlint/lint1/emit.c
--- a/tests/usr.bin/xlint/lint1/emit.c  Sun Nov 28 10:01:36 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/emit.c  Sun Nov 28 10:11:15 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emit.c,v 1.8 2021/11/28 09:47:18 rillig Exp $  */
+/*     $NetBSD: emit.c,v 1.9 2021/11/28 10:11:15 rillig Exp $  */
 # 3 "emit.c"
 
 /*
@@ -293,7 +293,7 @@
  * The objects that are created for these compound literals are unnamed,
  * therefore there is no point in exporting them to the .ln file.
  *
- * Before TODO, lint exported them.
+ * Before emit1.c 1.60 from 2021-11-28, lint exported them.
  */
 struct compound_expression_in_initializer {
        const char * const *info;



Home | Main Index | Thread Index | Old Index