gallium: remove explicit __STDC_.*_MACROS defines
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 26 Jan 2017 13:24:07 +0000 (13:24 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 17:56:57 +0000 (17:56 +0000)
Analogous to previous commits.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/include/pipe/p_compiler.h

index 832dd659d559c58463c6f998356c152623f99510..0d7b0149583e1dbc397641b7c60bd1cdc2c0f28c 100644 (file)
@@ -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>