If your stdlib.h doesn't define this you should fix your stdlib.h.
---
 src/mesa/main/compiler.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 9a5dbcf..d513284 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -206,10 +206,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
  */
 #define uninitialized_var(x) x = x
 
-#ifndef NULL
-#define NULL 0
-#endif
-
 
 /**
  * LONGSTRING macro
-- 
2.0.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to