[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Portability of preprocessor directives
From: |
Paul Eggert |
Subject: |
Re: Portability of preprocessor directives |
Date: |
10 Mar 2003 14:39:13 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 |
Thomas Dickey <address@hidden> writes:
> HPUX 9.x's C compiler trashed files starting with an #elif
> (that's in the early 90's - within the scope of his request).
Thanks for mentioning that; I hadn't heard that one. I found a
7-year-old bug report for CVS that mentions the same issue, for HP-UX
9.01, in <http://www.geocrawler.com/archives/3/383/1996/5/0/2114760/>.
It might be reasonable to suggest to the few remaining HP-UX 9 users
that they install a patch, assuming one is available. Many
relatively-common applications assume #elif (e.g., coreutils, CVS,
OpenSSH/OpenSSL, Python) so this shouldn't be a new issue for the
remaining HP-UX 9 users.
As it happens, GNU make 3.80's main.c has an #elif in it, so if nobody
has complained about #elif for that version of GNU "make", it's an
indication that we don't need to worry about #elif in later versions.
- Re: Portability of preprocessor directives, Paul D. Smith, 2003/03/09
- Re: Portability of preprocessor directives, Paul Eggert, 2003/03/10
- Re: Portability of preprocessor directives, Thomas Dickey, 2003/03/10
- Re: Portability of preprocessor directives,
Paul Eggert <=
- Re: Portability of preprocessor directives, Earnie Boyd, 2003/03/10
- Re: Portability of preprocessor directives, Thomas Dickey, 2003/03/10
- Re: Portability of preprocessor directives, Earnie Boyd, 2003/03/11
- Re: Portability of preprocessor directives, Thomas Dickey, 2003/03/11
- Re: Portability of preprocessor directives, Andreas Buening, 2003/03/11
- Re: OT - Packages maintaining source for systems no longersupported [WAS: Re: Portability of preprocessor directives], Earnie Boyd, 2003/03/12
- Re: OT - Packages maintaining source for systems no longersupported [WAS: Re: Portability of preprocessor directives], Thomas Dickey, 2003/03/12
- Re: OT - Packages maintaining source for systems no longersupported [WAS: Re: Portability of preprocessor directives], Earnie Boyd, 2003/03/12
- Re: OT - Packages maintaining source for systems no longersupported [WAS: Re: Portability of preprocessor directives], Thomas E. Dickey, 2003/03/12
- Re: OT - Packages maintaining source for systems no longersupported [WAS: Re: Portability of preprocessor directives], Earnie Boyd, 2003/03/12