From b4bd21cf79166e769b7027d14c2de002ec6ec9cb Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 22 Jul 2000 23:38:01 +0000 Subject: ANSIfy as many declarations as possible. --- Python/dynload_dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/dynload_dl.c') diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c index af95254f33..84fc9c4ed9 100644 --- a/Python/dynload_dl.c +++ b/Python/dynload_dl.c @@ -16,7 +16,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "importdl.h" -extern char *Py_GetProgramName(); +extern char *Py_GetProgramName(void); const struct filedescr _PyImport_DynLoadFiletab[] = { {".o", "rb", C_EXTENSION}, -- cgit v1.2.1