From e809fadb86e06956a3610e5327ca9d5cccbe4f60 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 26 Jan 2017 13:24:07 +0000 Subject: [PATCH] gallium: remove explicit __STDC_.*_MACROS defines Analogous to previous commits. Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom Reviewed-by: Jose Fonseca --- src/gallium/include/pipe/p_compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index 832dd659d55..0d7b0149583 100644 --- a/src/gallium/include/pipe/p_compiler.h +++ b/src/gallium/include/pipe/p_compiler.h @@ -60,9 +60,6 @@ * Alternative stdint.h and stdbool.h headers are supplied in include/c99 for * systems that lack it. */ -#ifndef __STDC_LIMIT_MACROS -#define __STDC_LIMIT_MACROS 1 -#endif #include #include -- 2.30.2