[Stackless-checkins] CVS: slpdev/src/2.3/dev/Python bltinmodule.c, 1.8, 1.9 ceval.c, 1.81, 1.82 getversion.c, 1.3, 1.4 pythonrun.c, 1.19, 1.20

Christian Tismer tismer at centera.de
Thu Apr 29 19:59:01 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Python
In directory centera.de:/tmp/cvs-serv5382/Python

Modified Files:
	bltinmodule.c ceval.c getversion.c pythonrun.c 
Log Message:
broke the stackless files into logical groups, like in the MSVC folders.

Index: bltinmodule.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Python/bltinmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** bltinmodule.c	24 Apr 2004 23:29:39 -0000	1.8
--- bltinmodule.c	29 Apr 2004 17:58:58 -0000	1.9
***************
*** 4,8 ****
  #include "Python.h"
  
! #include "stackless_impl.h"
  
  #include "node.h"
--- 4,8 ----
  #include "Python.h"
  
! #include "core/stackless_impl.h"
  
  #include "node.h"

Index: ceval.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Python/ceval.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** ceval.c	29 Apr 2004 02:30:42 -0000	1.81
--- ceval.c	29 Apr 2004 17:58:58 -0000	1.82
***************
*** 14,18 ****
  #include "opcode.h"
  #include "structmember.h"
! #include "stackless_impl.h"
  
  #ifdef macintosh
--- 14,18 ----
  #include "opcode.h"
  #include "structmember.h"
! #include "core/stackless_impl.h"
  
  #ifdef macintosh

Index: getversion.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Python/getversion.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** getversion.c	11 Jul 2002 20:52:41 -0000	1.3
--- getversion.c	29 Apr 2004 17:58:58 -0000	1.4
***************
*** 8,12 ****
  #ifdef STACKLESS
  	/* avoiding to recompile everything for Stackless all the time */
! #include "stackless_version.h"
  
  const char *
--- 8,12 ----
  #ifdef STACKLESS
  	/* avoiding to recompile everything for Stackless all the time */
! #include "core/stackless_version.h"
  
  const char *

Index: pythonrun.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Python/pythonrun.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pythonrun.c	24 Apr 2004 23:29:39 -0000	1.19
--- pythonrun.c	29 Apr 2004 17:58:58 -0000	1.20
***************
*** 13,17 ****
  #include "eval.h"
  #include "marshal.h"
! #include "stackless_impl.h"
  
  #ifdef HAVE_SIGNAL_H
--- 13,17 ----
  #include "eval.h"
  #include "marshal.h"
! #include "core/stackless_impl.h"
  
  #ifdef HAVE_SIGNAL_H


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list