From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: cleanup: remove conditional preprocessor code that depends on __STDC__ Date: Mon, 18 Jul 2011 01:56:59 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310968656 11046 80.91.229.12 (18 Jul 2011 05:57:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 05:57:36 +0000 (UTC) Cc: 9066@debbugs.gnu.org, emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 18 07:57:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qigpd-0004Xf-GJ for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 07:57:29 +0200 Original-Received: from localhost ([::1]:58177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qigpc-0001gS-EB for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 01:57:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QigpG-0001fa-Jm for emacs-devel@gnu.org; Mon, 18 Jul 2011 01:57:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QigpA-0007ic-Dg for emacs-devel@gnu.org; Mon, 18 Jul 2011 01:57:06 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QigpA-0007iY-4g for emacs-devel@gnu.org; Mon, 18 Jul 2011 01:57:00 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qigp9-0007LC-Af; Mon, 18 Jul 2011 01:56:59 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 17 Jul 2011 02:36:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142085 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Nicolaescu writes: > >> The source now assumes standard C, there are a few places that test __STDC__, >> those tests are not needed anymore. > > I've had a peek at these, and they seem pretty trivial. > > But is the time for cleanups like this now, or should they wait until > after the next release? IMO, just wait until the next release, they are not worth the risk.