diff options
| author | Bruno Haible <bruno@clisp.org> | 2007-02-25 17:43:12 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2007-02-25 17:43:12 +0000 |
| commit | f8846ba58bead46114645f7604f5d8faaea7b444 (patch) | |
| tree | bd8de5be27758638a1b36537e3faef8d5719af46 /lib/printf-frexp.c | |
| parent | 94a1038450d4bf8222e18b3d4b55b2084db42f26 (diff) | |
| download | gnulib-f8846ba58bead46114645f7604f5d8faaea7b444.tar.gz | |
No assumptions about FLT_RADIX need to be made.
Diffstat (limited to 'lib/printf-frexp.c')
| -rw-r--r-- | lib/printf-frexp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/printf-frexp.c b/lib/printf-frexp.c index 427ee9485a..46750e485e 100644 --- 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 |
