mirror of
https://github.com/python/cpython.git
synced 2025-09-08 18:01:44 +00:00
Don't declare Py_FatalError.
Add Py_mport_Init and PyBuiltin_Init.
This commit is contained in:
parent
b221ac4f33
commit
b9d876020d
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ void Py_Exit Py_PROTO((int));
|
|||
|
||||
void Py_Cleanup Py_PROTO((void));
|
||||
|
||||
void Py_FatalError Py_PROTO((char *));
|
||||
void PyImport_Init Py_PROTO((void));
|
||||
void PyBuiltin_Init Py_PROTO((void));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue