Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3d6464

Browse files
committed
Fix compiler warning
1 parent 5259096 commit c3d6464

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/_typingmodule.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* typing accelerator C extension: _typing module. */
22

3+
#ifndef Py_BUILD_CORE
34
#define Py_BUILD_CORE
5+
#endif
46

57
#include "Python.h"
68
#include "internal/pycore_interp.h"

0 commit comments

Comments
 (0)