Commit 74eabfd1 authored by Jim Fulton's avatar Jim Fulton

Added log comment at bottom.

parent f170dd1e
/*
$Id: cPickle.c,v 1.34 1997/03/11 15:43:20 chris Exp $
$Id: cPickle.c,v 1.35 1997/03/11 20:03:30 jim Exp $
Copyright
......@@ -3821,7 +3821,7 @@ init_stuff(PyObject *module, PyObject *module_dict) {
void
initcPickle() {
PyObject *m, *d;
char *rev="$Revision: 1.34 $";
char *rev="$Revision: 1.35 $";
PyObject *format_version;
PyObject *compatible_formats;
......@@ -3853,3 +3853,12 @@ initcPickle() {
init_stuff(m, d);
CHECK_FOR_ERRORS("can't initialize module cPickle");
}
/****************************************************************************
$Log: cPickle.c,v $
Revision 1.35 1997/03/11 20:03:30 jim
Added log comment at bottom.
****************************************************************************/
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