[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: |
Kim F. Storm |
Subject: |
Re: [PATCHES] 21.3.50 for Cygwin: patch 5 |
Date: |
05 Jan 2003 01:31:10 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Richard Stallman <address@hidden> writes:
> The above usage in pop.c does not seem correct to me -- aren't symbols
> beginning with _ supposed to be reserved for the compilation system, to
> avoid
> conflicts such as this one?
>
> Yes, I thyink that is true. Perhaps we should change Emacs to use P
> instead of _P. But that is a rather large change, albeit not a very
> deep one.
We already use P_ in most cases (under src/), and __P in a few other
cases (mostly under lib-src/ and lwlib/).
So it seems a bit odd that pop.c (as the only file) uses _P.
I suggest we simply change pop.c to use __P like the other files in
lib-src.
Shall I make that change?
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: [PATCHES] 21.3.50 for Cygwin: patch 5, Joe Buehler, 2003/01/03
- Re: [PATCHES] 21.3.50 for Cygwin: patch 5, Richard Stallman, 2003/01/04
- Re: [PATCHES] 21.3.50 for Cygwin: patch 5,
Kim F. Storm <=
- Re: 21.3.50 for Cygwin: patch 5, Benjamin Riefenstahl, 2003/01/05
- Re: 21.3.50 for Cygwin: patch 5, Kim F. Storm, 2003/01/05
- Re: 21.3.50 for Cygwin: patch 5, Joe Buehler, 2003/01/07
- Re: 21.3.50 for Cygwin: patch 5, Richard Stallman, 2003/01/07
- Re: 21.3.50 for Cygwin: patch 5, Kim F. Storm, 2003/01/07
- Re: 21.3.50 for Cygwin: patch 5, Richard Stallman, 2003/01/07
- Re: 21.3.50 for Cygwin: patch 5, Kim F. Storm, 2003/01/08
- Re: 21.3.50 for Cygwin: patch 5, Richard Stallman, 2003/01/09
- Re: 21.3.50 for Cygwin: patch 5, Kim F. Storm, 2003/01/10
- Re: 21.3.50 for Cygwin: patch 5, Eli Zaretskii, 2003/01/10