From 315140969dd47de0817662f0ec50b6453fdb9ebe Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 17 May 2012 23:09:35 -0700 Subject: [PATCH] mesa: Remove undefinition of _P symbol. IRIX isn't used anymore. Signed-off-by: Vinson Lee Reviewed-by: Brian Paul --- src/mesa/main/compiler.h | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.30.2