From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCHES] 21.3.50 for Cygwin: patch 5 Date: Sat, 28 Dec 2002 16:22:21 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20021226141451.0DE6.LEKTU@terra.es> <20021227084254.C889.LEKTU@terra.es> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041110625 1727 80.91.224.249 (28 Dec 2002 21:23:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Dec 2002 21:23:45 +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 18SOQp-0000Rj-00 for ; Sat, 28 Dec 2002 22:23:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18SORc-0006Xs-00 for ; Sat, 28 Dec 2002 22:24:32 +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 18SOQp-0006Pg-0A for emacs-devel@quimby.gnus.org; Sat, 28 Dec 2002 16:23:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18SOPq-0005Ff-00 for emacs-devel@gnu.org; Sat, 28 Dec 2002 16:22:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18SOPY-0004n9-00 for emacs-devel@gnu.org; Sat, 28 Dec 2002 16:22:25 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18SOPW-0004id-00 for emacs-devel@gnu.org; Sat, 28 Dec 2002 16:22:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18SOPV-0000Wd-00; Sat, 28 Dec 2002 16:22:21 -0500 Original-To: lektu@terra.es In-reply-to: <20021227084254.C889.LEKTU@terra.es> (message from Juanma Barranquero on Fri, 27 Dec 2002 08:46:25 +0100) 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:10361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10361 --- 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__ Is it possible to do something in a Cygwin-only file, or a Windows-only file, that defines _P the right way before this point? That would seem to make this change unnecessary and without risk of breaking other systems.