From 08bc7cf8f641812a48e9d9a416611795e2736489 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 20 Feb 2015 20:23:26 -0800 Subject: [PATCH] mesa: Remove definition of NULL. If your stdlib.h doesn't define this you should fix your stdlib.h. Reviewed-by: Eric Anholt --- 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 9a5dbcfd3a4..d513284bb68 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.30.2