[Python-checkins] python/dist/src/Include pyport.h,2.55,2.56

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 19 Dec 2002 07:24:13 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv9942/Include

Modified Files:
	pyport.h 
Log Message:
Update/correct comment

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.55
retrieving revision 2.56
diff -C2 -d -r2.55 -r2.56
*** pyport.h	19 Dec 2002 15:12:26 -0000	2.55
--- pyport.h	19 Dec 2002 15:24:11 -0000	2.56
***************
*** 312,316 ****
  
  /* Py_DEPRECATED(version)
!  * Declare a macro or function deprecated.
   * Usage:
   *    extern int old_var Py_DEPRECATED(2.3);
--- 312,316 ----
  
  /* Py_DEPRECATED(version)
!  * Declare a variable, type, or function deprecated.
   * Usage:
   *    extern int old_var Py_DEPRECATED(2.3);