Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BC9E84EBD for ; Wed, 14 Jun 2023 07:20:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ih_7HPLmNn38 for ; Wed, 14 Jun 2023 07:20:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E4AD84EA5 for ; Wed, 14 Jun 2023 07:20:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 819B6FA89; Wed, 14 Jun 2023 07:20:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jun 2023 07:20:55 +0000 From: "Roland Illig" Subject: CVS commit: src To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20230614072055.819B6FA89@cvs.NetBSD.org> Module Name: src Committed By: rillig Date: Wed Jun 14 07:20:55 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/indent: Makefile psym_stmt.c src/usr.bin/indent: debug.c indent.c indent.h parse.c Removed Files: src/tests/usr.bin/indent: psym_stmt_list.c Log Message: indent: merge parser symbols for stmt and stmt_list They were handled in exactly the same way. To generate a diff of this commit: cvs rdiff -u -r1.1266 -r1.1267 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.47 -r1.48 src/tests/usr.bin/indent/Makefile cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/indent/psym_stmt.c cvs rdiff -u -r1.5 -r0 src/tests/usr.bin/indent/psym_stmt_list.c cvs rdiff -u -r1.53 -r1.54 src/usr.bin/indent/debug.c cvs rdiff -u -r1.357 -r1.358 src/usr.bin/indent/indent.c cvs rdiff -u -r1.188 -r1.189 src/usr.bin/indent/indent.h cvs rdiff -u -r1.72 -r1.73 src/usr.bin/indent/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.