mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
include (now) int standard headers
This commit is contained in:
parent
f6b8c350d3
commit
bbeedc261f
1 changed files with 2 additions and 6 deletions
|
@ -48,6 +48,8 @@ extern "C" {
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include "vccompat.h"
|
#include "vccompat.h"
|
||||||
|
@ -59,12 +61,6 @@ extern "C" {
|
||||||
#define MPD_HIDE_SYMBOLS_END
|
#define MPD_HIDE_SYMBOLS_END
|
||||||
#define EXTINLINE extern inline
|
#define EXTINLINE extern inline
|
||||||
#else
|
#else
|
||||||
#ifdef HAVE_STDINT_H
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_INTTYPES_H
|
|
||||||
#include <inttypes.h>
|
|
||||||
#endif
|
|
||||||
#ifndef __GNUC_STDC_INLINE__
|
#ifndef __GNUC_STDC_INLINE__
|
||||||
#define __GNUC_STDC_INLINE__ 1
|
#define __GNUC_STDC_INLINE__ 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue