mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
ANSIfication: remove very-old-varargs code, fix function declarations so
they include prototypes.
This commit is contained in:
parent
bd4bc4e9e9
commit
a534594fc7
4 changed files with 4 additions and 38 deletions
|
|
@ -336,7 +336,7 @@ done:
|
|||
static void
|
||||
get_progpath(void)
|
||||
{
|
||||
extern char *Py_GetProgramName();
|
||||
extern char *Py_GetProgramName(void);
|
||||
char *path = getenv("PATH");
|
||||
char *prog = Py_GetProgramName();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue