mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* stdio-common/tstdiomisc.c [FLT_EVAL_METHOD!=2] (dbl_max):
Defining as macro as before the last change.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2005-12-29 Ulrich Drepper <drepper@redhat.com>
|
2005-12-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* stdio-common/tstdiomisc.c [FLT_EVAL_METHOD!=2] (dbl_max):
|
||||||
|
Defining as macro as before the last change.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,
|
* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,
|
||||||
include the named file.
|
include the named file.
|
||||||
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
|
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
|
||||||
|
@@ -51,7 +51,7 @@ volatile long double dbl_max = LDBL_MAX;
|
|||||||
# define FLT_FLT_FMT "%Lf %LF"
|
# define FLT_FLT_FMT "%Lf %LF"
|
||||||
# define FLT_FLT_WFMT L"%Lf %LF"
|
# define FLT_FLT_WFMT L"%Lf %LF"
|
||||||
#else
|
#else
|
||||||
volatile double dbl_max = DBL_MAX;
|
# define dbl_max DBL_MAX
|
||||||
# define FLT_FLT_FMT "%f %F"
|
# define FLT_FLT_FMT "%f %F"
|
||||||
# define FLT_FLT_WFMT L"%f %F"
|
# define FLT_FLT_WFMT L"%f %F"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user