[Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.30,2.31

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


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

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

Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** unicodeobject.c	2000/06/28 16:43:35	2.30
--- unicodeobject.c	2000/06/29 00:06:39	2.31
***************
*** 67,71 ****
  #include "mymath.h"
  #include "unicodeobject.h"
! #include <ucnhash.h>
  
  #if defined(HAVE_LIMITS_H)
--- 67,71 ----
  #include "mymath.h"
  #include "unicodeobject.h"
! #include "ucnhash.h"
  
  #if defined(HAVE_LIMITS_H)