Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=pqP1x/TK; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m1m9FHJd Received: by mail.netbsd.org (Postfix, from userid 605) id 0A68C84EE4; Thu, 9 May 2024 20:22:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715286142; bh=vHDeTMJQmO9hh6/5QE3QYlOOcnO6LXRhRGDchrUVDVc=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=pqP1x/TKNGiyXNGOEiTnX7HzuP4asMMU2WmCVYkocHrCGvPZLLM2M9C2nK8rqdnp0 rdnFMb/SHyXo+u9sduN8VVfVizxMUxCFekYQlHfK+ssGbJ78twVtScO3udtgQPbGbt EC5hFy+NQ5i9z6ivBGeTzMIFErXcRNwT6+wagjcI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5B5884EE3 for ; Thu, 9 May 2024 20:22:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 JUCzpKYgv0Or for ; Thu, 9 May 2024 20:22:20 +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 7AFA284E71 for ; Thu, 9 May 2024 20:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715286140; bh=vHDeTMJQmO9hh6/5QE3QYlOOcnO6LXRhRGDchrUVDVc=; h=Date:From:Subject:To:Reply-To; b=m1m9FHJdZXW9g8WgKCR864cxhEVWccWai71x2YZO3e2AaJ/46tjLE11nSxXXJ95RP /Dty4JT6Rt4TbqOrgvvdkPm2C83HGo1ONY90gENyzsO03Lms9w+brxLIJW+ejPX22T Qhusk8ibnVSY+wpeDOywaJn7L8CiiZfGP8JWWzz8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64DE5FA2C; Thu, 9 May 2024 20:22:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 9 May 2024 20:22:20 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/xlint/lint1 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240509202220.64DE5FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Thu May 9 20:22:20 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: sync grammar rule names with C11 and C23 To generate a diff of this commit: cvs rdiff -u -r1.497 -r1.498 src/usr.bin/xlint/lint1/cgram.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.