[Mesa-dev] [PATCH 6/9] gallium: remove explicit __STDC_.*_MACROS defines
Emil Velikov
emil.l.velikov at gmail.com
Thu Jan 26 13:24:07 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Analogous to previous commits.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
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 832dd659d5..0d7b014958 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 <stdint.h>
#include <stdbool.h>
--
2.11.0
More information about the mesa-dev
mailing list