From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [PATCHES] 21.3.50 for Cygwin: patch 5 Date: Fri, 27 Dec 2002 08:46:25 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20021227084254.C889.LEKTU@terra.es> References: <20021226141451.0DE6.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1040975177 19918 80.91.224.249 (27 Dec 2002 07:46:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Dec 2002 07:46:17 +0000 (UTC) Cc: jbuehler@hekimian.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18RpCB-0005B0-00 for ; Fri, 27 Dec 2002 08:46:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18RpH5-0004KT-00 for ; Fri, 27 Dec 2002 08:51:19 +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 18RpCn-0004sb-04 for emacs-devel@quimby.gnus.org; Fri, 27 Dec 2002 02:46:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18RpCU-0004pi-00 for emacs-devel@gnu.org; Fri, 27 Dec 2002 02:46:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18RpCR-0004m8-00 for emacs-devel@gnu.org; Fri, 27 Dec 2002 02:46:33 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18RpCQ-0004h7-00; Fri, 27 Dec 2002 02:46:30 -0500 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id gBR7kN330174; Fri, 27 Dec 2002 08:46:23 +0100 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.05.06 Original-cc: eliz@is.elta.co.il Original-cc: emacs-devel@gnu.org 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:10356 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10356 On Thu, 26 Dec 2002 18:39:12 -0500, Richard Stallman wrote: > Precisely which change are we discussing? Eli raised other issues (about using an EXEEXT variable in makefiles, mostly), but the most serius is with respect to the accompanying patch. /L/e/k/t/u Index: pop.c =================================================================== RCS file: /cvs/emacs/lib-src/pop.c,v retrieving revision 1.31 diff -u -2 -r1.31 pop.c --- pop.c 17 May 2002 11:24:02 -0000 1.31 +++ pop.c 27 Dec 2002 07:42:48 -0000 @@ -120,4 +120,7 @@ #endif +#ifdef _P +#undef _P +#endif #ifndef _P # ifdef __STDC__