mesa: Remove undefinition of _P symbol.
authorVinson Lee <vlee@freedesktop.org>
Fri, 18 May 2012 06:09:35 +0000 (23:09 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 19 May 2012 06:24:33 +0000 (23:24 -0700)
IRIX isn't used anymore.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/compiler.h

index 25d9810..bfa06f3 100644 (file)
@@ -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