mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added more prototypes.
This commit is contained in:
parent
1f9f2f4c49
commit
5bdbabd203
3 changed files with 10 additions and 6 deletions
|
@ -50,6 +50,9 @@ extern int ccommand(char ***);
|
|||
#endif
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#ifdef USE_MAC_SHARED_LIBRARY
|
||||
extern PyMac_AddLibResources(void);
|
||||
#endif
|
||||
|
||||
#define STARTUP "PythonStartup"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue