[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs
From: |
Bruno Haible |
Subject: |
Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs |
Date: |
Wed, 11 Jun 2003 12:14:56 +0200 |
User-agent: |
KMail/1.5 |
Jason Rumney wrote:
> If HAVE_TZNAME means what I think it does, then the Windows port
> should define it. The problem in this case is that the declaration
> in strftime.c conflicts with the one in <time.h> when built with
> MingW32, because of the fact that tzname[] actually resides within a
> shared library, so its method of dereferencing is not normal.
Would it work to add
#define tzname (*tzname)
to the config.h for mingw in this case?
Bruno
- [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Dave Love, 2003/06/06
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Jason Rumney, 2003/06/06
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Andrew Innes, 2003/06/09
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Dave Love, 2003/06/10
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Jason Rumney, 2003/06/10
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs,
Bruno Haible <=
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Jason Rumney, 2003/06/11
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Paul Eggert, 2003/06/11
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Eli Zaretskii, 2003/06/11
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Paul Eggert, 2003/06/11
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Bruno Haible, 2003/06/11
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Dave Love, 2003/06/12
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Paul Eggert, 2003/06/13
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Dave Love, 2003/06/16
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Paul Eggert, 2003/06/17
- Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs, Stephen J. Turnbull, 2003/06/17