mirror of git://sourceware.org/git/glibc.git
Remove FLT_EVAL_METHOD definition.
This commit is contained in:
parent
96c095cf0d
commit
be3abeade2
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -33,9 +33,6 @@
|
||||||
typedef float float_t;
|
typedef float float_t;
|
||||||
typedef double double_t;
|
typedef double double_t;
|
||||||
|
|
||||||
/* Signal that types stay as they were declared. */
|
|
||||||
# define FLT_EVAL_METHOD 0
|
|
||||||
|
|
||||||
/* Define `INFINITY' as value of type `float'. */
|
/* Define `INFINITY' as value of type `float'. */
|
||||||
# define INFINITY HUGE_VALF
|
# define INFINITY HUGE_VALF
|
||||||
|
|
||||||
|
@ -45,9 +42,6 @@ typedef double double_t;
|
||||||
typedef double float_t;
|
typedef double float_t;
|
||||||
typedef double double_t;
|
typedef double double_t;
|
||||||
|
|
||||||
/* Signal that both types are `double'. */
|
|
||||||
# define FLT_EVAL_METHOD 1
|
|
||||||
|
|
||||||
/* Define `INFINITY' as value of type `float'. */
|
/* Define `INFINITY' as value of type `float'. */
|
||||||
# define INFINITY HUGE_VALF
|
# define INFINITY HUGE_VALF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue