[Python-checkins] CVS: python/dist/src/Python compile.c,2.124,2.125 pythonrun.c,2.106,2.107

Fred L. Drake python-dev@python.org
Tue, 15 Aug 2000 09:13:40 -0700


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

Modified Files:
	compile.c pythonrun.c 
Log Message:

Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.


Index: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.124
retrieving revision 2.125
diff -C2 -r2.124 -r2.125
*** compile.c	2000/08/15 15:49:44	2.124
--- compile.c	2000/08/15 16:13:37	2.125
***************
*** 32,36 ****
  #include "opcode.h"
  #include "structmember.h"
- #include "osdefs.h"			/* SEP */
  
  #include <ctype.h>
--- 32,35 ----

Index: pythonrun.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v
retrieving revision 2.106
retrieving revision 2.107
diff -C2 -r2.106 -r2.107
*** pythonrun.c	2000/08/15 15:49:03	2.106
--- pythonrun.c	2000/08/15 16:13:37	2.107
***************
*** 21,25 ****
  #include "eval.h"
  #include "marshal.h"
- #include "osdefs.h"			/* SEP */
  
  #ifdef HAVE_UNISTD_H
--- 21,24 ----