comparison gcc/ginclude/stdint-wrap.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 #ifndef _GCC_WRAP_STDINT_H 1 #ifndef _GCC_WRAP_STDINT_H
2 #if __STDC_HOSTED__ 2 #if __STDC_HOSTED__
3 # if defined __cplusplus && __cplusplus >= 201103L
4 # undef __STDC_LIMIT_MACROS
5 # define __STDC_LIMIT_MACROS
6 # undef __STDC_CONSTANT_MACROS
7 # define __STDC_CONSTANT_MACROS
8 # endif
3 # include_next <stdint.h> 9 # include_next <stdint.h>
4 #else 10 #else
5 # include "stdint-gcc.h" 11 # include "stdint-gcc.h"
6 #endif 12 #endif
7 #define _GCC_WRAP_STDINT_H 13 #define _GCC_WRAP_STDINT_H