[Python-checkins] CVS: python/dist/src/Include pyport.h,2.27,2.28
Eric S. Raymond
esr@users.sourceforge.net
2001年3月18日 03:36:53 -0800
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv2648
Modified Files:
pyport.h
Log Message:
Reverse unintended commit.
Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -r2.27 -r2.28
*** pyport.h 2001年03月18日 11:27:58 2.27
--- pyport.h 2001年03月18日 11:36:51 2.28
***************
*** 410,414 ****
#endif
- #undef LONG_BIT
#ifndef LONG_BIT
#define LONG_BIT (8 * SIZEOF_LONG)
--- 410,413 ----