[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.172,2.173 fmod.c,2.11,2.12 hypot.c,2.2,2.3

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


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

Modified Files:
	bltinmodule.c fmod.c hypot.c 
Log Message:

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

marked my*.h as obsolete



Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.172
retrieving revision 2.173
diff -C2 -r2.172 -r2.173
*** bltinmodule.c	2000/07/23 22:21:32	2.172
--- bltinmodule.c	2000/07/31 15:28:04	2.173
***************
*** 17,22 ****
  #include "eval.h"
  
- #include "mymath.h"
- 
  #include <ctype.h>
  
--- 17,20 ----

Index: fmod.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/fmod.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** fmod.c	2000/06/30 23:58:06	2.11
--- fmod.c	2000/07/31 15:28:04	2.12
***************
*** 13,17 ****
  #include "config.h"
  
! #include "mymath.h"
  #include <errno.h>
  
--- 13,17 ----
  #include "config.h"
  
! #include "pyport.h"
  #include <errno.h>
  

Index: hypot.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/hypot.c,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** hypot.c	2000/07/22 18:47:25	2.2
--- hypot.c	2000/07/31 15:28:04	2.3
***************
*** 2,7 ****
  
  #include "config.h"
! #include "myproto.h"
! #include "mymath.h"
  
  double hypot(double x, double y)
--- 2,6 ----
  
  #include "config.h"
! #include "pyport.h"
  
  double hypot(double x, double y)