Mesa (master): mesa: Remove undefinition of _P symbol.

Vinson Lee vlee at kemper.freedesktop.org
Sat May 19 06:43:12 UTC 2012


Module: Mesa
Branch: master
Commit: 315140969dd47de0817662f0ec50b6453fdb9ebe
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=315140969dd47de0817662f0ec50b6453fdb9ebe

Author: Vinson Lee <vlee at freedesktop.org>
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 <vlee at freedesktop.org>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 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




More information about the mesa-commit mailing list