[Python-checkins] CVS: python/dist/src/Include ucnhash.h,1.2,1.3

M.-A. Lemburg python-dev@python.org
Fri, 7 Jul 2000 10:45:39 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27135/Include

Modified Files:
	ucnhash.h 
Log Message:
Fix to use Py_UCS4

Index: ucnhash.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/ucnhash.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ucnhash.h	2000/06/29 00:06:39	1.2
--- ucnhash.h	2000/07/07 17:45:37	1.3
***************
*** 16,20 ****
  {
      const char *pszUCN;
!     unsigned int uiValue;
  } _Py_UnicodeCharacterName;
  
--- 16,20 ----
  {
      const char *pszUCN;
!     Py_UCS4 value;
  } _Py_UnicodeCharacterName;