File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ extern char *optarg;
4747extern int getopt (); /* PROTO((int, char **, char *)); -- not standardized */
4848
4949
50- /* Subroutines that live in their own file */
51- extern char * Py_GetVersion ();
52- extern char * Py_GetPlatform ();
53- extern char * Py_GetCopyright ();
54-
55-
5650/* For Py_GetArgcArgv(); set by main() */
5751static char * * orig_argv ;
5852static int orig_argc ;
Original file line number Diff line number Diff line change @@ -274,13 +274,6 @@ list_builtin_module_names()
274274void
275275PySys_Init ()
276276{
277- extern long PyInt_GetMax Py_PROTO ( (void ));
278- extern char * Py_GetVersion Py_PROTO ((void ));
279- extern char * Py_GetCopyright Py_PROTO ((void ));
280- extern char * Py_GetPlatform Py_PROTO ((void ));
281- extern char * Py_GetProgramFullPath Py_PROTO ((void ));
282- extern char * Py_GetPrefix Py_PROTO ((void ));
283- extern char * Py_GetExecPrefix Py_PROTO ((void ));
284277 extern int fclose Py_PROTO ((FILE * ) );
285278 PyObject * m = Py_InitModule ("sys" , sys_methods );
286279 PyObject * v ;
You can’t perform that action at this time.
0 commit comments