about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-04 22:00:47 +0000
committerRoland McGrath <roland@gnu.org>2003-04-04 22:00:47 +0000
commit91613ed9d8e3cdef7a4257b1bec241828fa222c1 (patch)
treea6335ffeb2bad4d369623cacd05dae1e97675000
parent86246935dafa15d762e202d39bca55b113c9ee56 (diff)
downloadglibc-91613ed9d8e3cdef7a4257b1bec241828fa222c1.tar.gz
glibc-91613ed9d8e3cdef7a4257b1bec241828fa222c1.tar.xz
glibc-91613ed9d8e3cdef7a4257b1bec241828fa222c1.zip
2003-04-04 Steven Munroe <sjmunroe@us.ibm.com>
	* sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
	defining.
-rw-r--r--sysdeps/powerpc/fpu/bits/mathdef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/bits/mathdef.h b/sysdeps/powerpc/fpu/bits/mathdef.h
index 5eaf41ea67..aa16b4f833 100644
--- a/sysdeps/powerpc/fpu/bits/mathdef.h
+++ b/sysdeps/powerpc/fpu/bits/mathdef.h
@@ -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'.  */