mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed a bunch of extern declarations of functions that are now
properly declared in Python.h.
This commit is contained in:
parent
57d8e3f1c7
commit
534ac094f9
2 changed files with 0 additions and 13 deletions
|
@ -47,12 +47,6 @@ extern char *optarg;
|
|||
extern int getopt(); /* PROTO((int, char **, char *)); -- not standardized */
|
||||
|
||||
|
||||
/* Subroutines that live in their own file */
|
||||
extern char *Py_GetVersion();
|
||||
extern char *Py_GetPlatform();
|
||||
extern char *Py_GetCopyright();
|
||||
|
||||
|
||||
/* For Py_GetArgcArgv(); set by main() */
|
||||
static char **orig_argv;
|
||||
static int orig_argc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue