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

M.-A. Lemburg python-dev@python.org
Fri, 30 Jun 2000 07:58:23 -0700


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

Modified Files:
	unicodeobject.c 
Log Message:
Marc-Andre Lemburg <mal@lemburg.com>:
A previous patch by Jack Jansen was accidently reverted.

Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** unicodeobject.c	2000/06/30 10:29:57	2.32
--- unicodeobject.c	2000/06/30 14:58:20	2.33
***************
*** 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)