ANSIfication: remove very-old-varargs code, fix function declarations so

they include prototypes.
This commit is contained in:
Thomas Wouters 2000-07-22 23:59:33 +00:00
parent bd4bc4e9e9
commit a534594fc7
4 changed files with 4 additions and 38 deletions

View file

@ -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();