From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: stop using P_, __P in header files Date: Fri, 02 Jul 2010 13:58:44 +0300 Message-ID: <83aaqa9ml7.fsf@gnu.org> References: <4C2DB1E0.7010305@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1278068213 17204 80.91.229.12 (2 Jul 2010 10:56:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 10:56:53 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, dann@gnu.org To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 02 12:56:52 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 1OUdvP-0004Rf-8S for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 12:56:51 +0200 Original-Received: from localhost ([127.0.0.1]:53010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUdvO-0006gS-OZ for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 06:56:50 -0400 Original-Received: from [140.186.70.92] (port=42815 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUdvG-0006eF-BG for emacs-devel@gnu.org; Fri, 02 Jul 2010 06:56:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUdvF-0004SW-8U for emacs-devel@gnu.org; Fri, 02 Jul 2010 06:56:42 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:58073) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUdvC-0004Rn-VG; Fri, 02 Jul 2010 06:56:39 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L4X00L00FN6FU00@a-mtaout20.012.net.il>; Fri, 02 Jul 2010 13:56:37 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.12.240]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4X00FVCFQCMZA0@a-mtaout20.012.net.il>; Fri, 02 Jul 2010 13:56:37 +0300 (IDT) In-reply-to: <4C2DB1E0.7010305@swipnet.se> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:126691 Archived-At: > Date: Fri, 02 Jul 2010 11:31:12 +0200 > From: Jan Dj=C3=A4rv > Cc: Dan Nicolaescu , emacs-devel@gnu.org >=20 > I didn't see this mail before checking in, sorry. I committed fixe= d .h-files=20 > except for w32 and dos which I can't verify. The DOS port compiles fine with revno 100685. Thanks. > Should we do .c and .m files also? Yes, definitely. I think it's not a good idea to modify prototypes i= n the header files while leaving the implementation in its old K&R form= .