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:
@@ -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
|
||||
|
||||
@@ -8,7 +8,6 @@ lib/printf-frexp.c
|
||||
m4/printf-frexp.m4
|
||||
|
||||
Depends-on:
|
||||
verify
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_PRINTF_FREXP
|
||||
|
||||
@@ -10,7 +10,6 @@ m4/printf-frexpl.m4
|
||||
m4/longdouble.m4
|
||||
|
||||
Depends-on:
|
||||
verify
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_PRINTF_FREXPL
|
||||
|
||||
Reference in New Issue
Block a user