float: Fix LDBL_MAX value on Linux/PowerPC.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Sep 2011 01:56:26 +0000 (03:56 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 30 Sep 2011 01:56:26 +0000 (03:56 +0200)
commitc65d65a81e9d66960ae7ce5abe5069d5b7338ed2
tree176dc420fadbad661f5bef33603249c0949dd302
parent78b95d5ee8dc73120b0b69e1968d68c3d644db50
float: Fix LDBL_MAX value on Linux/PowerPC.

* m4/float_h.m4 (gl_FLOAT_H): Set FLOAT_H and REPLACE_FLOAT_LDBL also
on Linux/PowerPC.
* lib/float.in.h (LDBL_MAX): Redefine also on Linux/PowerPC.
* lib/float.c (gl_LDBL_MAX): Also define on Linux/PowerPC.
* doc/posix-headers/float.texi: Mention Linux/PowerPC as an affected
platform.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
ChangeLog
doc/posix-headers/float.texi
lib/float.c
lib/float.in.h
m4/float_h.m4