[Python-checkins] CVS: python/dist/src/Include ucnhash.h,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/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31933/Include

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

Index: ucnhash.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/ucnhash.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ucnhash.h	2000/06/28 16:37:24	1.1
--- ucnhash.h	2000/06/29 00:06:39	1.2
***************
*** 1,4 ****
  
! #include <Python.h>
  #include <stdlib.h>
  
--- 1,4 ----
  
! #include "Python.h"
  #include <stdlib.h>