Skip to content

Commit 4a3e88b

Browse files
committed
Define macros STDC_HEADERS and HAVE_PROTOTYPES
1 parent 9d69124 commit 4a3e88b

File tree

1 file changed

+7
-0
lines changed
  • graalpython/com.oracle.graal.python.cext/include

1 file changed

+7
-0
lines changed

graalpython/com.oracle.graal.python.cext/include/pyconfig.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
#define SIZEOF_VOID_P __SIZEOF_POINTER__
6363
#define SIZEOF_WCHAR_T __SIZEOF_WCHAR_T__
6464
#define SIZEOF__BOOL 1
65+
66+
/* Define if your compiler supports function prototype */
67+
#define HAVE_PROTOTYPES 1
68+
69+
/* Define to 1 if you have the ANSI C header files. */
70+
#define STDC_HEADERS 1
71+
6572
# ifndef UINT_MAX
6673
#define UINT_MAX __UINT32_MAX__
6774
#endif

0 commit comments

Comments
 (0)