Make Py_ReturnNullError() statis as it should be.

This commit is contained in:
Guido van Rossum 1996-11-11 15:08:19 +00:00
parent 08ef9d98b2
commit 052b7e1cfb
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Py_ReturnMethodError(name)
return 0;
}
PyObject *
static PyObject *
Py_ReturnNullError()
{
if(! PyErr_Occurred())