From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master f6fb2b9e1f: Port better to C23 bool+true+false keywords Date: Thu, 29 Sep 2022 09:10:44 +0300 Message-ID: <83o7uyhfrv.fsf@gnu.org> References: <166435255086.25417.1796739399648878324@vcs2.savannah.gnu.org> <20220928080912.B925DC00615@vcs2.savannah.gnu.org> <87leq37nsn.fsf@yahoo.com> <83czbfik0h.fsf@gnu.org> <87czbf6nkg.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12222"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, eggert@cs.ucla.edu To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 29 08:17:30 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1odmrS-00033N-0Z for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Sep 2022 08:17:30 +0200 Original-Received: from localhost ([::1]:43134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1odmrQ-0007Pt-Sl for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Sep 2022 02:17:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odmll-0004OO-Ak for emacs-devel@gnu.org; Thu, 29 Sep 2022 02:11:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odmlk-0003CA-8V; Thu, 29 Sep 2022 02:11:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qyblgT2+53POarP7Op391xfN35remaeFnt/l+cKOW9c=; b=RW8sIG1cSAcn QJkMfsVGeJ1JdFzoIePeBX0vK6k3YJz2UsNQN6j3is8j5QdDiFsfXbPwnppDnGmlUSp1yNFem6/AS T12b4PNmhvt8+GFkpKH0UpJIwKeGfD3SmexWa9H7OdJU/fKGoyopq1Rubf6ZF+W7bJyp+rTGchBh0 GmcQzfwLwUPsNO7gmpTID/+UKUA0qCgn5BRLZSWxoJTpj5wqi5V9Dj/y74afdlOwEOT73roJNhNJS uduKvsTwNRA7Pyy4VCD2R6eS7JV62zGhYbrJEi4pEme1uTYI6JZ/VPukb8aaSASeDOvMMBdS4vvgI MKGunexPKgxN08UmEZeBQA==; Original-Received: from [87.69.77.57] (port=1588 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odmkz-0000HK-9s; Thu, 29 Sep 2022 02:11:12 -0400 In-Reply-To: <87czbf6nkg.fsf@yahoo.com> (message from Po Lu on Thu, 29 Sep 2022 08:17:51 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:296447 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org, eggert@cs.ucla.edu > Date: Thu, 29 Sep 2022 08:17:51 +0800 > > Eli Zaretskii writes: > > >> From: Po Lu > >> Cc: Paul Eggert > >> Date: Wed, 28 Sep 2022 19:15:20 +0800 > >> > >> that is after I added > >> > >> /^ASSERT_H *=/s/@[^@\n]*@/alloca.h/ > > ^^^^^^^^ > > Why alloca.h? shouldn't it be assert.h instead? > > Yeah, sorry, that was a typo in the email (not the actual code I wrote.) If the above doesn't fix the compilation warnings/errors, please post the expanded source around the problematic location(s). The messages alone cannot be interpreted without seeing the source which triggered them.