pstdint.h | pstdint.h | |||
---|---|---|---|---|
skipping to change at line 193 | skipping to change at line 193 | |||
#include <stddef.h> | #include <stddef.h> | |||
#include <limits.h> | #include <limits.h> | |||
#include <signal.h> | #include <signal.h> | |||
/* | /* | |||
* For gcc with _STDINT_H, fill in the PRINTF_INT*_MODIFIER macros, and | * For gcc with _STDINT_H, fill in the PRINTF_INT*_MODIFIER macros, and | |||
* do nothing else. On the Mac OS X version of gcc this is _STDINT_H_. | * do nothing else. On the Mac OS X version of gcc this is _STDINT_H_. | |||
*/ | */ | |||
#if ((defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L) || (def ined (__WATCOMC__) && (defined (_STDINT_H_INCLUDED) || __WATCOMC__ >= 1250) ) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)) )) & & !defined (_PSTDINT_H_INCLUDED) | #if ((defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L) || (def ined (__WATCOMC__) && (defined (_STDINT_H_INCLUDED) || __WATCOMC__ >= 1250) ) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)))) && !defined (_PSTDINT_H_INCLUDED) && !defined(_STDINT) | |||
#include <stdint.h> | #include <stdint.h> | |||
#define _PSTDINT_H_INCLUDED | #define _PSTDINT_H_INCLUDED | |||
# ifndef PRINTF_INT64_MODIFIER | # ifndef PRINTF_INT64_MODIFIER | |||
# define PRINTF_INT64_MODIFIER "ll" | # define PRINTF_INT64_MODIFIER "ll" | |||
# endif | # endif | |||
# ifndef PRINTF_INT32_MODIFIER | # ifndef PRINTF_INT32_MODIFIER | |||
# define PRINTF_INT32_MODIFIER "l" | # define PRINTF_INT32_MODIFIER "l" | |||
# endif | # endif | |||
# ifndef PRINTF_INT16_MODIFIER | # ifndef PRINTF_INT16_MODIFIER | |||
# define PRINTF_INT16_MODIFIER "h" | # define PRINTF_INT16_MODIFIER "h" | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||