From: Emil Velikov Date: Thu, 26 Jan 2017 13:24:07 +0000 (+0000) Subject: gallium: remove explicit __STDC_.*_MACROS defines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e809fadb86e06956a3610e5327ca9d5cccbe4f60;p=mesa.git gallium: remove explicit __STDC_.*_MACROS defines Analogous to previous commits. Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom Reviewed-by: Jose Fonseca --- 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