Module: Mesa Branch: master Commit: 315140969dd47de0817662f0ec50b6453fdb9ebe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=315140969dd47de0817662f0ec50b6453fdb9ebe
Author: Vinson Lee <[email protected]> Date: Thu May 17 23:09:35 2012 -0700 mesa: Remove undefinition of _P symbol. IRIX isn't used anymore. Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Brian Paul <[email protected]> --- src/mesa/main/compiler.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 25d9810..bfa06f3 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
