1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

No assumptions about FLT_RADIX need to be made.

This commit is contained in:
Bruno Haible
2007-02-25 17:43:12 +00:00
parent 94a1038450
commit f8846ba58b
3 changed files with 0 additions and 6 deletions
-4
View File
@@ -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
-1
View File
@@ -8,7 +8,6 @@ lib/printf-frexp.c
m4/printf-frexp.m4
Depends-on:
verify
configure.ac:
gl_FUNC_PRINTF_FREXP
-1
View File
@@ -10,7 +10,6 @@ m4/printf-frexpl.m4
m4/longdouble.m4
Depends-on:
verify
configure.ac:
gl_FUNC_PRINTF_FREXPL