mesa: add precision to M_PI constant

Value found in my math.h header.

Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Matt Turner
2011-05-06 13:01:13 -04:00
committed by Brian Paul
parent ebc0b2dca0
commit de3d9fa956
+1 -1
View File
@@ -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