Even more ANSIfication: fix as many function pointers and declarations as
possible.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user