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

Guido van Rossum python-dev@python.org
Thu, 3 Aug 2000 09:35:03 -0700


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

Modified Files:
      Tag: cnri-16-start
	unicodeobject.c 
Log Message:
Add back #include "mymath.h" on the 1.6 branch because pyport.h
doesn't yet exist in 1.6.


Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.54
retrieving revision 2.54.2.1
diff -C2 -r2.54 -r2.54.2.1
*** unicodeobject.c	2000/08/03 16:24:25	2.54
--- unicodeobject.c	2000/08/03 16:35:00	2.54.2.1
***************
*** 65,68 ****
--- 65,69 ----
  #include "Python.h"
  
+ #include "mymath.h"
  #include "unicodeobject.h"
  #include "ucnhash.h"