Received: by mail.netbsd.org (Postfix, from userid 605) id 22F7684DC5; Mon, 15 Mar 2021 16:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2405A84DDB for ; Mon, 15 Mar 2021 16:00:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8NAUgX9wgFWK for ; Mon, 15 Mar 2021 16:00:05 +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 A960684D48 for ; Mon, 15 Mar 2021 16:00:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2384FA95; Mon, 15 Mar 2021 16:00:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Mar 2021 16:00:05 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/make To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210315160005.A2384FA95@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: Mon Mar 15 16:00:05 UTC 2021 Modified Files: src/usr.bin/make: enum.h Log Message: make: clean up header for runtime type information for enums An enum with 32 bits would lead to signed integer overflow anyway, so that definition is not worth keeping even if it works on typical 2-complement platforms. The definitions for 2, 4 and 8 enum have been unused for several months now. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/enum.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.