summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2012-05-17 23:09:35 -0700
committerVinson Lee <[email protected]>2012-05-18 23:24:33 -0700
commit315140969dd47de0817662f0ec50b6453fdb9ebe (patch)
treeead87c9f98f72fa6888b76b2b2809115e8c9beeb /src/mesa/main/compiler.h
parent0c6f4cd3353a7117e95bd65283e304d374944914 (diff)
mesa: Remove undefinition of _P symbol.
IRIX isn't used anymore. Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 25d9810538a..bfa06f37d7c 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