mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Even more ANSIfication: fix as many function pointers and declarations as
possible.
This commit is contained in:
parent
3b6448fbae
commit
bd4bc4e9e9
10 changed files with 18 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
extern DL_EXPORT(int) Py_Main();
|
||||
extern DL_EXPORT(int) Py_Main(int, char **);
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue