A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-July/012215.html below:

[Python-checkins] CVS: python/dist/src/Modules cPickle.c,2.46,2.47

[Python-checkins] CVS: python/dist/src/Modules cPickle.c,2.46,2.47Thomas Wouters python-dev@python.org
Mon, 24 Jul 2000 04:36:50 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13358

Modified Files:
	cPickle.c 
Log Message:

... and yet more ANSIfications...



Index: cPickle.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cPickle.c,v
retrieving revision 2.46
retrieving revision 2.47
diff -C2 -r2.46 -r2.47
*** cPickle.c	2000/07/22 23:56:07	2.46
--- cPickle.c	2000/07/24 11:36:47	2.47
***************
*** 135,141 ****
    *copy_reg_str, *dispatch_table_str, *safe_constructors_str, *empty_str;
  
- static int save();
- static int put2();
- 
  #ifndef PyList_SET_ITEM
  #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
--- 135,138 ----
***************
*** 354,357 ****
--- 351,358 ----
   
  staticforward PyTypeObject Unpicklertype;
+ 
+ /* Forward decls that need the above structs */
+ static int save(Picklerobject *, PyObject *, int);
+ static int put2(Picklerobject *, PyObject *);
  
  int 




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4