[Mesa-dev] [PATCH v2] mesa: Remove undefinition of _P symbol.
Vinson Lee
vlee at freedesktop.org
Thu May 17 23:18:18 PDT 2012
IRIX isn't used anymore.
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
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 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
--
1.7.10.1
More information about the mesa-dev
mailing list