Mercurial > hg > octave-kai > gnulib-hg
view modules/log1pf @ 17176:fe213f3f2c57
gethrxtime: better 'inline'
* lib/xtime.c: New file.
* lib/gethrxtime.c, lib/gethrxtime.h (GETHRXTIME_INLINE):
* lib/xtime.h (XTIME_INCLUDE):
New macros. Replace all uses of 'static inline' with them.
* lib/gethrxtime.c (gethrxtime): Define only if
! (HAVE_ARITHMETIC_HRTIME_T && HAVE_DECL_GETHRTIME), since
this source file is now always compiled, because of the extern inline.
* lib/gethrxtime.h, lib/xtime.h:
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* m4/gethrxtime.m4 (gl_GETHRXTIME): Do not check for clock macros
if gethrtime works, as they're not needed in that case.
(gl_XTIME): Do not require AC_C_INLINE.
(gl_PREREQ_GETHRXTIME): Remove; all uses removed, as it's always
compiled now. Move the check into gl_GETHRXTIME.
* modules/gethrxtime (Files, lib_SOURCES): Add lib/xtime.c.
(Depends-on): Add extern-inline.
(configure.ac): gethrxtime is always compiled now.
(lib_SOURCES): Add gethrxtime.c.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 20 Nov 2012 22:25:07 -0800 |
parents | 86d5719ce2ff |
children |
line wrap: on
line source
Description: log1pf() function: natural logarithm of 1 plus argument. Files: lib/log1pf.c m4/log1pf.m4 Depends-on: math extensions log1p [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1] configure.ac: gl_FUNC_LOG1PF if test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1; then AC_LIBOBJ([log1pf]) fi gl_MATH_MODULE_INDICATOR([log1pf]) Makefile.am: Include: <math.h> Link: $(LOG1PF_LIBM) License: LGPL Maintainer: Bruno Haible