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 bbcf2a7 commit e2bf7e6Copy full SHA for e2bf7e6
1 file changed
Include/pyport.h
@@ -32,7 +32,13 @@ Used in: LONG_LONG
32
**************************************************************************/
33
34
35
-#define ANY void /* For API compatibility only. Obsolete, do not use. */
+/* For backward compatibility only. Obsolete, do not use. */
36
+#define ANY void
37
+#ifdef HAVE_PROTOTYPES
38
+#define Py_PROTO(x) x
39
+#else
40
+#define Py_PROTO(x) ()
41
+#endif
42
43
/* typedefs for some C9X-defined synonyms for integral types.
44
*
0 commit comments