From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: 21.3.50 for Cygwin: patch 5 Date: 07 Jan 2003 10:47:38 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5x1y3pz3yd.fsf@kfs2.cua.dk> References: <3E15B803.8080507@hekimian.com> <5xptrcjv3l.fsf@kfs2.cua.dk> <5xadifkudi.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041974295 30096 80.91.224.249 (7 Jan 2003 21:18:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 21:18:15 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18W16x-0007oz-00 for ; Tue, 07 Jan 2003 22:18:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18W1Bg-0003Rf-00 for ; Tue, 07 Jan 2003 22:23:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VyrZ-00017D-01 for emacs-devel@quimby.gnus.org; Tue, 07 Jan 2003 13:54:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VpPg-0007Cy-00 for emacs-devel@gnu.org; Tue, 07 Jan 2003 03:48:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18VpPA-0006lp-00 for emacs-devel@gnu.org; Tue, 07 Jan 2003 03:48:43 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VpP9-0006lI-00; Tue, 07 Jan 2003 03:48:12 -0500 Original-Received: from kfs2.cua.dk.cua.dk (kfs2.local.filanet.dk [192.168.1.182]) by mail.filanet.dk (Postfix) with SMTP id 7BE487C012; Tue, 7 Jan 2003 09:48:08 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10538 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10538 Richard Stallman writes: > 2) a wider, non-localized change (_P and __P => P_) > > Now that I understand the situation, I think that is best. > It is still a fairly localized change, localized to pop.c. Well, I already changed pop.c to use __P instead of _P, as the files in lib-src (cvtmail.c, etags.c, movemail.c, yow.c) already use __P rather than P_. There are other files in lwlib/ (e.g. xlwmenu.c) and src/ (e.g. gmalloc.c, mktime.c, and others) which uses __P as well. What I meant by a "wider, non-localized change" was to change all of those uses from __P to P_. > > Would you like to do it? I can do that, but is it _necessary_ ? -- Kim F. Storm http://www.cua.dk