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: stop using P_, __P in header files Date: Fri, 02 Jul 2010 20:58:21 -0400 Message-ID: References: <4C2DB1E0.7010305@swipnet.se> <83aaqa9ml7.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278118712 15569 80.91.229.12 (3 Jul 2010 00:58:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Jul 2010 00:58:32 +0000 (UTC) Cc: lekktu@gmail.com, Jan =?iso-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 03 02:58:30 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 1OUr3t-0001lA-BE for ged-emacs-devel@m.gmane.org; Sat, 03 Jul 2010 02:58:29 +0200 Original-Received: from localhost ([127.0.0.1]:59735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUr3s-000511-Ix for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 20:58:28 -0400 Original-Received: from [199.232.76.173] (port=40513 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUr3n-00050C-UE for emacs-devel@gnu.org; Fri, 02 Jul 2010 20:58:23 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OUr3m-0006jw-Qu for emacs-devel@gnu.org; Fri, 02 Jul 2010 20:58:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OUr3m-0006js-Kk for emacs-devel@gnu.org; Fri, 02 Jul 2010 20:58:22 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OUr3l-0003gS-OD; Fri, 02 Jul 2010 20:58:21 -0400 In-Reply-To: <83aaqa9ml7.fsf@gnu.org> (Eli Zaretskii's message of "Fri\, 02 Jul 2010 13\:58\:44 +0300") 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:126719 Archived-At: Eli Zaretskii writes: > Yes, definitely. I think it's not a good idea to modify prototypes in > the header files while leaving the implementation in its old K&R form. I converted the lib-src directory using protoize on a GNU/Linux machine. As protoize runs the preprocessor, it's surely not enough, but it's a start...