Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7724944 commit 77317caCopy full SHA for 77317ca
1 file changed
Include/pyport.h
@@ -39,6 +39,9 @@ Used in: LONG_LONG
39
#else
40
#define Py_PROTO(x) ()
41
#endif
42
+#ifndef Py_FPROTO
43
+#define Py_FPROTO(x) Py_PROTO(x)
44
+#endif
45
46
/* typedefs for some C9X-defined synonyms for integral types.
47
*
0 commit comments