summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-26 11:41:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-26 11:41:08 +0000
commite1a70eb11589eaa5ac694ece28607f9355379c0a (patch)
tree2a673c65b0e65ffb8b7a3bc40e476c0c54d243fc
parentcc968b73eec98e9b597b77b51d3f0dac784d37a3 (diff)
downloadmpfr-e1a70eb11589eaa5ac694ece28607f9355379c0a.tar.gz
[src/set_float128.c] Removed a useless #include and corrected a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12443 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/set_float128.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/set_float128.c b/src/set_float128.c
index 0ff0c5b5c..9cd6ad1df 100644
--- a/src/set_float128.c
+++ b/src/set_float128.c
@@ -21,14 +21,12 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <float.h> /* for DBL_MAX */
-
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"
#ifdef MPFR_WANT_FLOAT128
-/* The q suffix is a GNU C extension, but so is _Float128. */
+/* The q suffix is a GNU C extension. TODO: use f128 preferably. */
#define MPFR_FLOAT128_MAX 0x1.ffffffffffffffffffffffffffffp+16383q
int