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: Mon, 05 Jul 2010 00:57:16 -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 1278305849 9150 80.91.229.12 (5 Jul 2010 04:57:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2010 04:57:29 +0000 (UTC) Cc: Eli Zaretskii , Jan =?iso-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 05 06:57:25 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 1OVdkD-0001nk-7z for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 06:57:25 +0200 Original-Received: from localhost ([127.0.0.1]:42479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVdkC-00079o-50 for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 00:57:24 -0400 Original-Received: from [199.232.76.173] (port=34089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVdk6-00079j-1g for emacs-devel@gnu.org; Mon, 05 Jul 2010 00:57:18 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OVdk4-0007bi-Uu for emacs-devel@gnu.org; Mon, 05 Jul 2010 00:57:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33924) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OVdk4-0007bc-NG for emacs-devel@gnu.org; Mon, 05 Jul 2010 00:57:16 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OVdk4-0000Go-2z; Mon, 05 Jul 2010 00:57:16 -0400 In-Reply-To: (Juanma Barranquero's message of "Mon\, 5 Jul 2010 03\:25\:55 +0200") 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:126781 Archived-At: Juanma Barranquero writes: > On Mon, Jul 5, 2010 at 02:28, Juanma Barranquero wrote: > >> Finally: cm.c, image.c and vm-limit.c do not cause any trouble on >> Windows (cm.c is not used, in fact). I'll try on Ubuntu > > To summarize, I'm attaching a new patch will all pending files, > including cm.c, image.c and vm-limit.c. It fixes (or works around) all > problems I see on Windows or Ubuntu. Looks fine to me, please check it in. > Notes: > - keymap.c:keyremap_step() has now an argument with the volatile > specifier, which is unclean but apparently necessary. > - variadic error functions in eval.c and term.c have been reverted to > their previous K&R state. > - cm.c:cmputc() has now arg of type int (as tputs expects) instead of > char. If that causes trouble with signed/unsigned conversion, casting > will be required.