From 1145751b8dab3bac0939996ec64e1341bc525245 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 9 Apr 2003 07:40:11 +0000 Subject: Remove FLT_EVAL_METHOD definition. --- sysdeps/powerpc/fpu/bits/mathdef.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/powerpc/fpu') diff --git a/sysdeps/powerpc/fpu/bits/mathdef.h b/sysdeps/powerpc/fpu/bits/mathdef.h index aa16b4f833..500b2a2a98 100644 --- a/sysdeps/powerpc/fpu/bits/mathdef.h +++ b/sysdeps/powerpc/fpu/bits/mathdef.h @@ -39,10 +39,6 @@ typedef float float_t; /* `float' expressions are evaluated as 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'. */ # define INFINITY HUGE_VALF -- cgit v1.2.3