From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 10CAD2FAF6 for ; Mon, 18 Nov 2024 16:05:12 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id A9BFD4318D; Tue, 19 Nov 2024 01:05:08 +1000 (AEST) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by minnie.tuhs.org (Postfix) with ESMTPS id 741B44317E for ; Tue, 19 Nov 2024 01:05:03 +1000 (AEST) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1tD3JF-0009tS-M8 for tuhs@tuhs.org; Mon, 18 Nov 2024 16:05:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: tuhs@tuhs.org From: Anton Shepelev Date: Mon, 18 Nov 2024 15:00:22 -0000 (UTC) Sender: Message-ID: References: <20240930191216.tIpea9lo@steffen%sdaoden.eu> User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/6.10.8-100.fc39.x86_64 (x86_64)) Message-ID-Hash: ZQB26GNXWKGVDMXLNZAF2ABE6GRUMAXA X-Message-ID-Hash: ZQB26GNXWKGVDMXLNZAF2ABE6GRUMAXA X-MailFrom: goug-tuhs@m.gmane-mx.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Minimum Array Sizes in 16 bit C (was Maximum) List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Steve Nickolas wrote: > >I feel like most of the changes to C after C89 were a waste. Apart >from stdint.h, I mostly keep to coding in strict C89. And then I must not only specfy std-c89 in GCC, but add --pedantic, too. There is even a --pedantic club: .