From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9066: cleanup: remove conditional preprocessor code that depends on __STDC__ Date: Sat, 16 Feb 2013 16:01:53 +0200 Message-ID: <83vc9sqrvy.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1361023406 15362 80.91.229.3 (16 Feb 2013 14:03:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2013 14:03:26 +0000 (UTC) Cc: 9066@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 16 15:03:48 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6iMj-0001bR-Iv for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Feb 2013 15:03:45 +0100 Original-Received: from localhost ([::1]:59697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6iMP-0001EZ-IV for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Feb 2013 09:03:25 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:44120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6iMM-0001Dn-KD for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 09:03:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6iMD-0007g8-Un for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 09:03:22 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6iMD-0007fz-RP for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 09:03:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U6iMz-00073u-Sx for bug-gnu-emacs@gnu.org; Sat, 16 Feb 2013 09:04:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Feb 2013 14:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9066 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 9066-submit@debbugs.gnu.org id=B9066.136102338427080 (code B ref 9066); Sat, 16 Feb 2013 14:04:01 +0000 Original-Received: (at 9066) by debbugs.gnu.org; 16 Feb 2013 14:03:04 +0000 Original-Received: from localhost ([127.0.0.1]:58701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6iM4-00072g-6v for submit@debbugs.gnu.org; Sat, 16 Feb 2013 09:03:04 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:62269) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6iM1-00072G-QR for 9066@debbugs.gnu.org; Sat, 16 Feb 2013 09:03:03 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MIB00M00FZ1O500@a-mtaout23.012.net.il> for 9066@debbugs.gnu.org; Sat, 16 Feb 2013 16:01:51 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIB00MNJGB3J940@a-mtaout23.012.net.il>; Sat, 16 Feb 2013 16:01:51 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71378 Archived-At: > From: Glenn Morris > Date: Thu, 14 Feb 2013 03:10:44 -0500 > > Dan Nicolaescu wrote: > > > The source now assumes standard C, there are a few places that test > > __STDC__, those tests are not needed anymore. > > The only ones left are in > > src/w32term.c > nt/inc/ms-w32.h > > OK to remove, or still needed? I removed the first one, but the 2nd one has to stay. I made it clear it is only used for the MS compiler, though; GCC doesn't need it. Trunk revision 111805.