From: Emil Velikov Date: Thu, 26 Jan 2017 13:24:06 +0000 (+0000) Subject: gallivm: remove explicit __STDC_.*_MACROS defines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01e28c6cf54a9f05b3f3712348212235065b1515;p=mesa.git gallivm: remove explicit __STDC_.*_MACROS defines Correctly handled by the build systems. Cc: Roland Scheidegger Signed-off-by: Emil Velikov Reviewed-by: Roland Scheidegger Reviewed-by: Eric Engestrom Reviewed-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 21d9e15f1a9..498bbd78095 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -32,14 +32,6 @@ */ -#ifndef __STDC_LIMIT_MACROS -#define __STDC_LIMIT_MACROS -#endif - -#ifndef __STDC_CONSTANT_MACROS -#define __STDC_CONSTANT_MACROS -#endif - // Undef these vars just to silence warnings #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME