builtin_execfile(): initialize another local that the GCC on leroy

found it necessary to warn about.
This commit is contained in:
Guido van Rossum 2001-09-05 13:37:47 +00:00
parent c010c17f4b
commit b3a639ed7d
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ builtin_execfile(PyObject *self, PyObject *args)
char *filename;
PyObject *globals = Py_None, *locals = Py_None;
PyObject *res;
FILE* fp;
FILE* fp = NULL;
PyCompilerFlags cf;
int exists;
struct stat s;