summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-17 19:25:32 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-17 19:25:32 (GMT)
commit8353d79d26b6b4ad513e4e4e7c346eda2797f3d6 (patch)
tree1a87ce24d6e5826fb43887bd3670a46166f2c126 /m4
parent0cf5413849f8c5f1ae4118686b912718e84e7f71 (diff)
downloadhdf5-8353d79d26b6b4ad513e4e4e7c346eda2797f3d6.zip
hdf5-8353d79d26b6b4ad513e4e4e7c346eda2797f3d6.tar.gz
hdf5-8353d79d26b6b4ad513e4e4e7c346eda2797f3d6.tar.bz2
[svn-r27232] fixed C test program for float128
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index dc7626e..a9d18ba 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -568,6 +568,8 @@ rm -f pac_Cconftest.out
# else
#define C_FLT128_DIG 0
# endif
+ #else
+ #define C_FLT128_DIG 0
#endif
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#define C_LDBL_DIG DECIMAL_DIG