changeset 8252:2b8747d9d9dd

No assumptions about FLT_RADIX need to be made.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Feb 2007 17:43:12 +0000
parents 1e16373508e1
children c59696ff6dbc
files lib/printf-frexp.c modules/printf-frexp modules/printf-frexpl
diffstat 3 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib/printf-frexp.c
+++ b/lib/printf-frexp.c
@@ -28,10 +28,6 @@
 
 # include <float.h>
 # include <math.h>
-# include "verify.h"
-
-/* This file assumes FLT_RADIX is 2.  */
-verify (FLT_RADIX == 2);
 
 # ifdef USE_LONG_DOUBLE
 #  define FUNC printf_frexpl
--- a/modules/printf-frexp
+++ b/modules/printf-frexp
@@ -8,7 +8,6 @@
 m4/printf-frexp.m4
 
 Depends-on:
-verify
 
 configure.ac:
 gl_FUNC_PRINTF_FREXP
--- a/modules/printf-frexpl
+++ b/modules/printf-frexpl
@@ -10,7 +10,6 @@
 m4/longdouble.m4
 
 Depends-on:
-verify
 
 configure.ac:
 gl_FUNC_PRINTF_FREXPL