bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no rpl_mktime in mktime.c


From: Paul Eggert
Subject: Re: no rpl_mktime in mktime.c
Date: Thu, 07 Jul 2005 16:44:40 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Patrice Dumas <address@hidden> writes:

> There is no rpl_mktime defined in mktime.c, although in gl_FUNC_MKTIME
> there is
>
> AC_DEFUN([gl_FUNC_MKTIME],
> [
>   AC_REQUIRE([AC_FUNC_MKTIME])
>   if test $ac_cv_func_working_mktime = no; then
>     AC_DEFINE(mktime, rpl_mktime,

Doesn't this cause the 'mktime' in mktime.c to be replaced by 'rpl_mktime'?
Similarly for strtod.




reply via email to

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