Even more ANSIfication: fix as many function pointers and declarations as

possible.
This commit is contained in:
Thomas Wouters 2000-07-22 23:57:55 +00:00
parent 3b6448fbae
commit bd4bc4e9e9
10 changed files with 18 additions and 17 deletions

View file

@ -349,7 +349,7 @@ search_for_exec_prefix(char *argv0_path, char *home)
static void
calculate_path(void)
{
extern char *Py_GetProgramName();
extern char *Py_GetProgramName(void);
static char delimiter[2] = {DELIM, '\0'};
static char separator[2] = {SEP, '\0'};