From: Vinson Lee Date: Fri, 18 May 2012 06:09:35 +0000 (-0700) Subject: mesa: Remove undefinition of _P symbol. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=315140969dd47de0817662f0ec50b6453fdb9ebe;p=mesa.git mesa: Remove undefinition of _P symbol. IRIX isn't used anymore. Signed-off-by: Vinson Lee Reviewed-by: Brian Paul --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 25d9810538a..bfa06f37d7c 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -285,12 +285,6 @@ static INLINE GLuint CPU_TO_LE32(GLuint x) #endif -/* This is a macro on IRIX */ -#ifdef _P -#undef _P -#endif - - /* Turn off macro checking systems used by other libraries */ #ifdef CHECK #undef CHECK