[Python-checkins] CVS: python/dist/src/Objects complexobject.c,2.28,2.29 floatobject.c,2.64,2.65 longobject.c,1.64,1.65 object.c,2.90,2.91 stringobject.c,2.83,2.84 unicodeobject.c,2.52,2.53

Peter Schneider-Kamp python-dev@python.org
Mon, 31 Jul 2000 08:28:06 -0700


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

Modified Files:
	complexobject.c floatobject.c longobject.c object.c 
	stringobject.c unicodeobject.c 
Log Message:

merge Include/my*.h into Include/pyport.h

marked my*.h as obsolete



Index: complexobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/complexobject.c,v
retrieving revision 2.28
retrieving revision 2.29
diff -C2 -r2.28 -r2.29
*** complexobject.c	2000/07/09 04:36:04	2.28
--- complexobject.c	2000/07/31 15:28:04	2.29
***************
*** 18,22 ****
  
  #include "Python.h"
- #include "mymath.h"
  
  #ifdef HAVE_LIMITS_H
--- 18,21 ----

Index: floatobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/floatobject.c,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -r2.64 -r2.65
*** floatobject.c	2000/07/09 05:31:24	2.64
--- floatobject.c	2000/07/31 15:28:04	2.65
***************
*** 17,21 ****
  
  #include <ctype.h>
- #include "mymath.h"
  
  #ifdef i860
--- 17,20 ----

Index: longobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/longobject.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** longobject.c	2000/07/08 04:17:21	1.64
--- longobject.c	2000/07/31 15:28:04	1.65
***************
*** 15,19 ****
  #include "Python.h"
  #include "longintrepr.h"
- #include "mymath.h"
  
  #include <assert.h>
--- 15,18 ----

Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.90
retrieving revision 2.91
diff -C2 -r2.90 -r2.91
*** object.c	2000/07/25 12:56:38	2.90
--- object.c	2000/07/31 15:28:04	2.91
***************
*** 17,22 ****
  #endif
  
- #include "mymath.h"
- 
  /* just for trashcan: */
  #include "compile.h"
--- 17,20 ----

Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.83
retrieving revision 2.84
diff -C2 -r2.83 -r2.84
*** stringobject.c	2000/07/16 12:04:31	2.83
--- stringobject.c	2000/07/31 15:28:04	2.84
***************
*** 13,17 ****
  #include "Python.h"
  
- #include "mymath.h"
  #include <ctype.h>
  
--- 13,16 ----

Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.52
retrieving revision 2.53
diff -C2 -r2.52 -r2.53
*** unicodeobject.c	2000/07/22 19:25:51	2.52
--- unicodeobject.c	2000/07/31 15:28:04	2.53
***************
*** 65,69 ****
  #include "Python.h"
  
- #include "mymath.h"
  #include "unicodeobject.h"
  #include "ucnhash.h"
--- 65,68 ----