Patrice Dumas <[EMAIL PROTECTED]> writes:

> So maybe there shouldn't be
>  AC_DEFINE(mktime, rpl_mktime,
> in gl_FUNC_MKTIME in m4/mktime.m4?

Yes, because otherwise mktime.c would attempt to define an external
function "mktime".  The C Standard doesn't allow that, and some hosts
don't permit it.  The standard doesn't let you define external
functions with the same name as a standard function.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to