]> granicus.if.org Git - python/commitdiff
Give PyErr_Format a new name and make it static.
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 17:47:47 +0000 (17:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 17:47:47 +0000 (17:47 +0000)
Modules/cPickle.c

index 3be9282712b9538cee2a7ed155a2c0a5f5320cb7..c592f3bce53b96798095c3251f0d0421e9055c1f 100644 (file)
@@ -194,6 +194,8 @@ cPickle_PyMapping_HasKey(o, key)
     return 0;
 }
 
+#define PyErr_Format PyErr_JFFormat
+static
 PyObject *
 #ifdef HAVE_STDARG_PROTOTYPES
 /* VARARGS 2 */
@@ -3868,6 +3870,9 @@ initcPickle() {
 
 /****************************************************************************
  $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
  Jim Fulton's version 2.2.