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: Sun, 04 Jul 2010 15:12:58 -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 1278270874 16738 80.91.229.12 (4 Jul 2010 19:14:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Jul 2010 19:14:34 +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 Sun Jul 04 21:14:29 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 1OVUd0-0007Ew-0R for ged-emacs-devel@m.gmane.org; Sun, 04 Jul 2010 21:14:28 +0200 Original-Received: from localhost ([127.0.0.1]:34864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVUcw-0001j1-QN for ged-emacs-devel@m.gmane.org; Sun, 04 Jul 2010 15:13:18 -0400 Original-Received: from [199.232.76.173] (port=42794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVUcr-0001ip-EJ for emacs-devel@gnu.org; Sun, 04 Jul 2010 15:13:13 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OVUcq-0000vy-Dr for emacs-devel@gnu.org; Sun, 04 Jul 2010 15:13:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OVUci-0000vr-9q for emacs-devel@gnu.org; Sun, 04 Jul 2010 15:13:12 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OVUcc-0000Fs-Nx; Sun, 04 Jul 2010 15:12:58 -0400 In-Reply-To: (Dan Nicolaescu's message of "Sun\, 04 Jul 2010 12\:46\:35 -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:126756 Archived-At: Dan Nicolaescu writes: > 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. > > [hmm, the original version of this got returned, maybe because of the > 400KB attachment, trying without it to see if it makes it, I'll split > the attachment in smaller pieces and send it separately] Here's the diff with the not checked in standard C conversion changes for: buffer.c cm.c eval.c image.c keyboard.c process.c term.c vm-limit.c xdisp.c Help getting these checked in would be appreciated.