From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: master 37889523278: Add new `swap` macro and use it Date: Sat, 13 Jan 2024 22:03:02 -0500 Message-ID: References: <170452579053.27998.16123231327386305897@vcs2.savannah.gnu.org> <20240106072311.28B8FC0034E@vcs2.savannah.gnu.org> <87plye9ahs.fsf@yahoo.com> <83o7dyua0d.fsf@gnu.org> <87le9297ei.fsf@yahoo.com> <87cyue92fx.fsf@yahoo.com> <877ckm8uzz.fsf@yahoo.com> <83v886sgtl.fsf@gnu.org> <4719da9bc2bbcffdb634@heytings.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16416"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 14 04:04:13 2024 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 1rOqnE-0003xt-4Y for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Jan 2024 04:04:12 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOqmL-0008MN-M4; Sat, 13 Jan 2024 22:03:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOqmJ-0008M2-Mm for emacs-devel@gnu.org; Sat, 13 Jan 2024 22:03:15 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOqmJ-0001jt-2y; Sat, 13 Jan 2024 22:03:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=ILB6Q6ZKheH+cOZjU41C0SbVnFs6bk9vMbuoNhLdzqg=; b=GK9bgJJcy/nY JRzX9gF8jBcWkteyZVLwwuiu5tHT/xUnGmcU4E68XPcPcIWxXLQdNxf9xRpeHmqafEAVMUkWEPmmC lAPfibQzNYl/R2yRlGZLbXhCLryXPhKq2bxwRUEPOTumb3q3KMiF/z1RRF3FvAvAa3LjE2JBsuKYF DJHtuDlt6nHyjIWQM2qdz2C986dXUXxBDLdkVCWH7OUdaUm5b1bwuIHBBjni6vECOpc9hjeQ7wgTR WZspgtZKqdPa6jNa4sqogg24773GAyaX2Rpi4L7zQS3HqPLjX5XEFHOIhqL3VzEdsrzCcucWYCLh0 qI+T8jnBBqFu+O08TJsdag==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rOqm6-0001YO-CF; Sat, 13 Jan 2024 22:03:03 -0500 In-Reply-To: <4719da9bc2bbcffdb634@heytings.org> (message from Gregory Heytings on Fri, 12 Jan 2024 00:50:28 +0000) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314944 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > FYI, Stefan's change did not break any build. "typeof" is supported by > all compilers with which Emacs can be built, either with the keyword > "typeof" or with the keyword "__typeof__". The only notable compiler that > does not support "typeof" is MSVC, with which Emacs cannot be built. I belkeve I was the first to implement a typeof construct in C. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)