emacs-devel
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]