File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 29
29
#include <stdint.h>
30
30
31
31
32
- /* The ISO C 9X standard specifies that these macros must only be
33
- defined if explicitly requested. */
34
- #if !defined __cplusplus || defined __STDC_FORMAT_MACROS
35
-
36
32
/* Macros for printing format specifiers. */
37
33
38
34
/* Decimal notation. */
479
475
# define SCNxPTR "x"
480
476
#endif
481
477
482
- #endif /* C++ && format macros */
483
-
484
478
485
479
__BEGIN_DECLS
486
480
Original file line number Diff line number Diff line change @@ -156,10 +156,6 @@ typedef unsigned long int uintmax_t;
156
156
#endif
157
157
158
158
159
- /* The ISO C 9X standard specifies that in C++ implementations these
160
- macros should only be defined if explicitly requested. */
161
- #if !defined __cplusplus || defined __STDC_LIMIT_MACROS
162
-
163
159
/* Limits of integral types. */
164
160
165
161
/* Minimum of signed integral types. */
@@ -337,12 +333,6 @@ typedef unsigned long int uintmax_t;
337
333
# define WINT_MIN (__WINT_MIN__)
338
334
# define WINT_MAX (__WINT_MAX__)
339
335
340
- #endif /* C++ && limit macros */
341
-
342
-
343
- /* The ISO C 9X standard specifies that in C++ implementations these
344
- should only be defined if explicitly requested. */
345
- #if !defined __cplusplus || defined __STDC_CONSTANT_MACROS
346
336
347
337
/* Signed. */
348
338
# define INT8_C (c ) c
@@ -377,6 +367,4 @@ typedef unsigned long int uintmax_t;
377
367
# define UINTMAC_C (c ) c ## UL
378
368
#endif
379
369
380
- #endif /* C++ && constant macros */
381
-
382
370
#endif /* stdint.h */
You can’t perform that action at this time.
0 commit comments