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 25d9810538aab6a20e5ac1ee93b1643516097092..bfa06f37d7c0541fde6f82fc11459a1ce2e195ca 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