aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ginclude/stdint-wrap.h
blob: 83b6f70c83795dca60b1a6355fbc643af81637d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GCC_WRAP_STDINT_H
#if __STDC_HOSTED__
# if defined __cplusplus && __cplusplus >= 201103L
#  undef __STDC_LIMIT_MACROS
#  define __STDC_LIMIT_MACROS
#  undef __STDC_CONSTANT_MACROS
#  define __STDC_CONSTANT_MACROS
# endif
# include_next <stdint.h>
#else
# include "stdint-gcc.h"
#endif
#define _GCC_WRAP_STDINT_H
#endif