bug-gnulib
[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: Dave Love
Subject: Re: [Jim Meyering] Re: [Bug-gnulib] strftime merge from Emacs
Date: Tue, 10 Jun 2003 23:36:01 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

Andrew Innes <address@hidden> writes:

> You are correct, USE_CRT_DLL is only defined when Emacs is compiled for
> Windows with GCC/Mingw - that is, compiled with GCC using the Mingw
> headers and libraries, which in fact means using one of the "standard" C
> libraries available on Windows (crtdll.dll or msvcrt.dll).

The question concerns this fragment:

#if HAVE_TZNAME
#ifndef USE_CRT_DLL
extern char *tzname[];
#endif
#endif

Should the Windows port define HAVE_TZNAME dependent on USE_CRT_DLL,
not unconditionally?




reply via email to

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