mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Bug #1184380: extending&embedding example broken
This commit is contained in:
parent
61aa630d01
commit
b6c1bb883e
1 changed files with 1 additions and 1 deletions
|
|
@ -1306,7 +1306,7 @@ extern "C" {
|
|||
/* C API functions */
|
||||
#define PySpam_System_NUM 0
|
||||
#define PySpam_System_RETURN int
|
||||
#define PySpam_System_PROTO (char *command)
|
||||
#define PySpam_System_PROTO (const char *command)
|
||||
|
||||
/* Total number of C API pointers */
|
||||
#define PySpam_API_pointers 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue