[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCHES] 21.3.50 for Cygwin: patch 5
From: |
Richard Stallman |
Subject: |
Re: [PATCHES] 21.3.50 for Cygwin: patch 5 |
Date: |
Sat, 28 Dec 2002 16:22:21 -0500 |
--- 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.