mirror of https://github.com/python/cpython
Remove the only Py_PROTO in the docs.
This commit is contained in:
parent
dbd9ba6a6c
commit
a83b68a143
|
@ -1603,7 +1603,7 @@ extern "C" {
|
||||||
/* C API functions */
|
/* C API functions */
|
||||||
#define PySpam_System_NUM 0
|
#define PySpam_System_NUM 0
|
||||||
#define PySpam_System_RETURN int
|
#define PySpam_System_RETURN int
|
||||||
#define PySpam_System_PROTO Py_PROTO((char *command))
|
#define PySpam_System_PROTO(char *command)
|
||||||
|
|
||||||
/* Total number of C API pointers */
|
/* Total number of C API pointers */
|
||||||
#define PySpam_API_pointers 1
|
#define PySpam_API_pointers 1
|
||||||
|
|
Loading…
Reference in New Issue