]> Savannah Git Hosting - gnulib.git/commit
sinhf: Avoid redefinition error on MSVC.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 19:41:36 +0000 (20:41 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 22:09:16 +0000 (23:09 +0100)
commit0225ce36c62830488e71bf2786316279f0d46411
treef76057d67f6f4fea5be9e3914349650f93c008b1
parenta8cff6cb02078518e50965da9e165d2d5ad495d1
sinhf: Avoid redefinition error on MSVC.

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