[Python-checkins] CVS: python/dist/src/Modules ucnhash.c,1.1,1.2

Guido van Rossum python-dev@python.org
Wed, 28 Jun 2000 17:06:42 -0700


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

Modified Files:
	ucnhash.c 
Log Message:
Jack Jansen: Use include "" instead of <>; and staticforward declarations

Index: ucnhash.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/ucnhash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ucnhash.c	2000/06/28 16:38:56	1.1
--- ucnhash.c	2000/06/29 00:06:39	1.2
***************
*** 1,3 ****
! #include <ucnhash.h>
  
  /*
--- 1,3 ----
! #include "ucnhash.h"
  
  /*
***************
*** 20,25 ****
  
  
! static const unsigned short G[k_cHashElements]; 
! static const _Py_UnicodeCharacterName aucn[k_cKeys];   
  
  static long f1(const char *key, unsigned int cch)
--- 20,25 ----
  
  
! staticforward const unsigned short G[k_cHashElements]; 
! staticforward const _Py_UnicodeCharacterName aucn[k_cKeys];   
  
  static long f1(const char *key, unsigned int cch)