From: Roland McGrath Date: Fri, 4 Apr 2003 22:00:47 +0000 (+0000) Subject: 2003-04-04 Steven Munroe X-Git-Tag: cvs/glibc-2_3_3~957 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91613ed9d8e3cdef7a4257b1bec241828fa222c1;p=thirdparty%2Fglibc.git 2003-04-04 Steven Munroe * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before defining. --- diff --git a/sysdeps/powerpc/fpu/bits/mathdef.h b/sysdeps/powerpc/fpu/bits/mathdef.h index 5eaf41ea674..aa16b4f8338 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'. */