From 43b2398ee28e9144fd51eb9994d67c4c9a198c9c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 9 May 2011 09:35:45 +0000 Subject: libXext libX11 mkfontscale mesa git update 9 May 2011 --- mesalib/src/mesa/main/compiler.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mesalib/src/mesa/main/compiler.h') diff --git a/mesalib/src/mesa/main/compiler.h b/mesalib/src/mesa/main/compiler.h index e17fd0ff6..743841be4 100644 --- a/mesalib/src/mesa/main/compiler.h +++ b/mesalib/src/mesa/main/compiler.h @@ -355,7 +355,7 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) #ifndef M_PI -#define M_PI (3.1415926536) +#define M_PI (3.14159265358979323846) #endif #ifndef M_E @@ -366,10 +366,6 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) #define M_LOG2E (1.4426950408889634074) #endif -#ifndef ONE_DIV_LN2 -#define ONE_DIV_LN2 (1.442695040888963456) -#endif - #ifndef ONE_DIV_SQRT_LN2 #define ONE_DIV_SQRT_LN2 (1.201122408786449815) #endif -- cgit v1.2.3