[Python-checkins] CVS: python/dist/src/PC config.h,1.52,1.53

Tim Peters tim_one@users.sourceforge.net
Tue, 26 Jun 2001 15:40:49 -0700


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

Modified Files:
	config.h 
Log Message:
Windows build broke from recent Unicode changes -- need to #define
SIZEOF_SHORT by hand here.
Also added dynamic check that SIZEOF_SHORT is correct for the platform (in
_testcapimodule).


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** config.h	2001/05/14 22:32:33	1.52
--- config.h	2001/06/26 22:40:47	1.53
***************
*** 345,348 ****
--- 345,349 ----
  #endif
  
+ #define SIZEOF_SHORT 2
  #define SIZEOF_INT 4
  #define SIZEOF_LONG 4