]> Savannah Git Hosting - gnulib.git/commit
coshf: Avoid redefinition error on MSVC.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 18:36:54 +0000 (19:36 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 22:09:06 +0000 (23:09 +0100)
commitc3c53687f7772af44c67899be922b385a68533b0
tree11d79f0061cd94d5ada0e3ecf6e4f3220570de6a
parent9113a6db3f4efd150bfa77188e1277ff83aadc1b
coshf: Avoid redefinition error on MSVC.

* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Define REPLACE_COSHF.
* m4/coshf.m4 (gl_FUNC_COSHF): Set REPLACE_COSHF to 1 if the function
may be defined as an inline function.
* modules/math (Makefile.am): Substitute REPLACE_COSHF.
* lib/math.in.h (coshf): Override if REPLACE_COSHF is 1.
ChangeLog
lib/math.in.h
m4/coshf.m4
m4/math_h.m4
modules/math