diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-06-17 15:40:24 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-06-17 15:40:24 (GMT) |
commit | f51fcf3ffa96b31b3d94434aec6a20ed0432975d (patch) | |
tree | 1923919319c03abbb2b19e04779f106e5c3f322e /src | |
parent | 1ea65644191f8e260a31ccdc7ca4ba073791951b (diff) | |
download | hdf5-f51fcf3ffa96b31b3d94434aec6a20ed0432975d.zip hdf5-f51fcf3ffa96b31b3d94434aec6a20ed0432975d.tar.gz hdf5-f51fcf3ffa96b31b3d94434aec6a20ed0432975d.tar.bz2 |
[svn-r27225] new test for __float128
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 387c4d5..4a4b6e0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -443,7 +443,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Determine the decimal precision of C long double */ +/* Determine the maximum decimal precision in C */ #undef PAC_C_MAX_REAL_PRECISION /* Define Fortran Maximum Real Decimal Precision */ |