projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6f4cd
)
mesa: Remove undefinition of _P symbol.
author
Vinson Lee
<vlee@freedesktop.org>
Fri, 18 May 2012 06:09:35 +0000
(23:09 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index 25d9810538aab6a20e5ac1ee93b1643516097092..bfa06f37d7c0541fde6f82fc11459a1ce2e195ca 100644
(file)
--- 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