ANSIfy as many declarations as possible.

This commit is contained in:
Thomas Wouters 2000-07-22 23:38:01 +00:00
parent bd8ad942fe
commit b4bd21cf79
5 changed files with 8 additions and 7 deletions

View file

@ -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},