[Mesa-dev] [PATCH 9/9] mesa: remove explicit __STDC_FORMAT_MACROS define

Emil Velikov emil.l.velikov at gmail.com
Thu Jan 26 13:24:10 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/mesa/x86/gen_matypes.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c
index fc06dc7ea9..5b74c2af83 100644
--- a/src/mesa/x86/gen_matypes.c
+++ b/src/mesa/x86/gen_matypes.c
@@ -32,10 +32,6 @@
  * Mesa, including lighting, clipping, texture image conversion etc.
  */
 
-#ifndef __STDC_FORMAT_MACROS
-#define __STDC_FORMAT_MACROS
-#endif
-
 #include <stdio.h>
 #include <inttypes.h>
 
-- 
2.11.0



More information about the mesa-dev mailing list