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: stop using P_, __P in header files Date: Thu, 01 Jul 2010 17:16:01 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278018969 13133 80.91.229.12 (1 Jul 2010 21:16:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 21:16:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 23:16:08 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUR78-0000NN-W0 for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 23:16:07 +0200 Original-Received: from localhost ([127.0.0.1]:46372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUR78-0004kP-Au for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 17:16:06 -0400 Original-Received: from [199.232.76.173] (port=42452 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUR74-0004jR-1P for emacs-devel@gnu.org; Thu, 01 Jul 2010 17:16:02 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OUR73-0007Gr-8h for emacs-devel@gnu.org; Thu, 01 Jul 2010 17:16:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OUR73-0007Gn-3T for emacs-devel@gnu.org; Thu, 01 Jul 2010 17:16:01 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OUR73-0001gf-1H for emacs-devel@gnu.org; Thu, 01 Jul 2010 17:16:01 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126656 Archived-At: emacs-24 would be a good target to switch to standard C. We are already using standard C features, so a K&R compiler cannot be used to compile emacs anymore. The first step for the transition could be to remove all P_ and __P (and maybe other variations) macros in header files. Help doing this would be appreciated.