Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/indent indent: remove workaround for array initializ...
details: https://anonhg.NetBSD.org/src/rev/b14a56a02dd3
branches: trunk
changeset: 981927:b14a56a02dd3
user: rillig <rillig%NetBSD.org@localhost>
date: Fri Mar 26 22:27:43 2021 +0000
description:
indent: remove workaround for array initialization bug in lint
The bug has been fixed in init.c 1.133 from 2021-03-25.
diffstat:
usr.bin/indent/Makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r e84c72c2dee2 -r b14a56a02dd3 usr.bin/indent/Makefile
--- a/usr.bin/indent/Makefile Fri Mar 26 22:02:00 2021 +0000
+++ b/usr.bin/indent/Makefile Fri Mar 26 22:27:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/03/14 00:22:16 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/03/26 22:27:43 rillig Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= indent
@@ -7,7 +7,4 @@
CPPFLAGS+= ${DEBUG:D-Ddebug}
LINTFLAGS+= -e -w
-# bug in lint; see tests/usr.bin/lint/lint1/msg_168.c
-LINTFLAGS.lexi.c+= -X 168
-
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index