Module Name: src Committed By: rillig Date: Sun Nov 28 10:11:15 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: emit.c Log Message: tests/lint: update history of exporting unnamed objects To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/emit.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/xlint/lint1/emit.c diff -u src/tests/usr.bin/xlint/lint1/emit.c:1.8 src/tests/usr.bin/xlint/lint1/emit.c:1.9 --- src/tests/usr.bin/xlint/lint1/emit.c:1.8 Sun Nov 28 09:47:18 2021 +++ src/tests/usr.bin/xlint/lint1/emit.c Sun Nov 28 10:11:15 2021 @@ -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 @@ use_vars(void) * 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;