Commit d385d59c authored by Guido van Rossum's avatar Guido van Rossum

Give PyErr_Format a new name and make it static.

parent 47065620
...@@ -194,6 +194,8 @@ cPickle_PyMapping_HasKey(o, key) ...@@ -194,6 +194,8 @@ cPickle_PyMapping_HasKey(o, key)
return 0; return 0;
} }
#define PyErr_Format PyErr_JFFormat
static
PyObject * PyObject *
#ifdef HAVE_STDARG_PROTOTYPES #ifdef HAVE_STDARG_PROTOTYPES
/* VARARGS 2 */ /* VARARGS 2 */
...@@ -3868,6 +3870,9 @@ initcPickle() { ...@@ -3868,6 +3870,9 @@ initcPickle() {
/**************************************************************************** /****************************************************************************
$Log$ $Log$
Revision 2.4 1997/04/09 17:47:47 guido
Give PyErr_Format a new name and make it static.
Revision 2.3 1997/04/09 17:36:32 guido Revision 2.3 1997/04/09 17:36:32 guido
Jim Fulton's version 2.2. Jim Fulton's version 2.2.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment