2003-04-04 Steven Munroe <sjmunroe@us.ibm.com>

* sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
	defining.
This commit is contained in:
Roland McGrath 2003-04-04 22:00:47 +00:00
parent 86246935da
commit 91613ed9d8
1 changed files with 2 additions and 1 deletions

View File

@ -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.
The GNU C Library is free software; you can redistribute it and/or
@ -40,6 +40,7 @@ typedef double double_t; /* `double' expressions are evaluated as
`double'. */
/* Signal that types stay as they were declared. */
# undef FLT_EVAL_METHOD
# define FLT_EVAL_METHOD 0
/* Define `INFINITY' as value of type `float'. */