[Python-checkins] python/dist/src/Include dictobject.h,2.23,2.24

jackjansen@sourceforge.net jackjansen@sourceforge.net
Thu, 11 Apr 2002 13:41:21 -0700


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

Modified Files:
	dictobject.h 
Log Message:
Get rid of USE_CACHE_ALIGNED. It has no function anymore.

Index: dictobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/dictobject.h,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -d -r2.23 -r2.24
*** dictobject.h	11 Dec 2001 18:51:08 -0000	2.23
--- dictobject.h	11 Apr 2002 20:41:18 -0000	2.24
***************
*** 46,52 ****
  	PyObject *me_key;
  	PyObject *me_value;
- #ifdef USE_CACHE_ALIGNED
- 	long	aligner;
- #endif
  } PyDictEntry;
  
--- 46,49 ----