[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30h & iswprint
From: |
Akim Demaille |
Subject: |
Re: Bison 1.30h & iswprint |
Date: |
19 Dec 2001 10:39:37 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) |
| Actually, quotearg.c needs the following to avoid duplicate
| defiition of macro iswprint. Might want to look at why
| the definition is inside this module. I added _WIN32 to make
| it OK for NT.
|
| Index: quotearg.c
| ===================================================================
| RCS file: /home/cvsroot/Bison130g/lib/quotearg.c,v
| retrieving revision 1.1
| diff -r1.1 quotearg.c
| 28,29c28,29
| < #include <quotearg.h>
| < #include <xalloc.h>
| ---
| > #include "quotearg.h"
| > #include "xalloc.h"
| 86a87
| > #ifndef _WIN32
| 87a89
| > #endif
Thanks Wayne.
This is definitely not the way we want address portability issues in
GNU software. Rather, we need to understand the exact problem (where
are the two definitions etc.), with traces etc., so that we can use
Autoconf to work around your platform's problems.
Also, your diff, without any context, is not understandable :(
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Bison 1.30h & iswprint,
Akim Demaille <=