[Python-checkins] python/dist/src/Include structseq.h,1.2,1.3

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 16 Oct 2002 11:27:40 -0700


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

Modified Files:
	structseq.h 
Log Message:
Add PyStructSequence_UnnamedField. Add stat_float_times.
Use integers in stat tuple, optionally floats in named fields.


Index: structseq.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/structseq.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** structseq.h	12 Aug 2002 07:21:57 -0000	1.2
--- structseq.h	16 Oct 2002 18:27:38 -0000	1.3
***************
*** 20,23 ****
--- 20,25 ----
  } PyStructSequence_Desc;
  
+ extern char* PyStructSequence_UnnamedField;
+ 
  PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type, 
  						 PyStructSequence_Desc *desc);