[Python-checkins] CVS: python/dist/src/Include object.h,2.47,2.48

Guido van Rossum guido@cnri.reston.va.us
Thu, 20 Jan 2000 17:33:18 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/tmp/python/dist/src/Include

Modified Files:
	object.h 
Log Message:
The rest of the changes by Trent Mick and Dale Nagata for warning-free
compilation on NT Alpha.  Mostly added casts etc.


Index: object.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/object.h,v
retrieving revision 2.47
retrieving revision 2.48
diff -C2 -r2.47 -r2.48
*** object.h	1998/12/04 18:48:12	2.47
--- object.h	2000/01/20 22:32:45	2.48
***************
*** 363,366 ****
--- 363,367 ----
  extern DL_IMPORT(void) _Py_ForgetReference Py_PROTO((PyObject *));
  extern DL_IMPORT(void) _Py_PrintReferences Py_PROTO((FILE *));
+ extern DL_IMPORT(void) _Py_ResetReferences Py_PROTO((void));
  #endif