mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Remove the only Py_PROTO in the docs.
This commit is contained in:
parent
dbd9ba6a6c
commit
a83b68a143
1 changed files with 1 additions and 1 deletions
|
@ -1603,7 +1603,7 @@ extern "C" {
|
|||
/* C API functions */
|
||||
#define PySpam_System_NUM 0
|
||||
#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 */
|
||||
#define PySpam_API_pointers 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue