[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless/module channelobject.c, 1.43, 1.44 scheduling.c, 1.91, 1.92 stacklessmodule.c, 1.167, 1.168 taskletobject.c, 1.109, 1.110

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


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

Modified Files:
	channelobject.c scheduling.c stacklessmodule.c taskletobject.c 
Log Message:
broke the stackless files into logical groups, like in the MSVC folders.

Index: channelobject.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/channelobject.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** channelobject.c	29 Apr 2004 02:41:22 -0000	1.43
--- channelobject.c	29 Apr 2004 17:58:59 -0000	1.44
***************
*** 8,12 ****
  
  #ifdef STACKLESS
! #include "stackless_impl.h"
  #include "channelobject.h"
  
--- 8,12 ----
  
  #ifdef STACKLESS
! #include "core/stackless_impl.h"
  #include "channelobject.h"
  

Index: scheduling.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/scheduling.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** scheduling.c	29 Apr 2004 02:41:22 -0000	1.91
--- scheduling.c	29 Apr 2004 17:58:59 -0000	1.92
***************
*** 2,6 ****
  
  #ifdef STACKLESS
! #include "stackless_impl.h"
  
  /*******************************************************************
--- 2,6 ----
  
  #ifdef STACKLESS
! #include "core/stackless_impl.h"
  
  /*******************************************************************

Index: stacklessmodule.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/stacklessmodule.c,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** stacklessmodule.c	29 Apr 2004 02:41:22 -0000	1.167
--- stacklessmodule.c	29 Apr 2004 17:58:59 -0000	1.168
***************
*** 4,15 ****
  
  #ifdef STACKLESS
! #include "stackless_impl.h"
  
  #define IMPLEMENT_STACKLESSMODULE
! #include "slp_platformselect.h"
! #include "cframeobject.h"
  #include "taskletobject.h"
  #include "channelobject.h"
! #include "prickelpit.h"
  
  /******************************************************
--- 4,15 ----
  
  #ifdef STACKLESS
! #include "core/stackless_impl.h"
  
  #define IMPLEMENT_STACKLESSMODULE
! #include "platf/slp_platformselect.h"
! #include "core/cframeobject.h"
  #include "taskletobject.h"
  #include "channelobject.h"
! #include "pickling/prickelpit.h"
  
  /******************************************************

Index: taskletobject.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/taskletobject.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** taskletobject.c	29 Apr 2004 02:41:22 -0000	1.109
--- taskletobject.c	29 Apr 2004 17:58:59 -0000	1.110
***************
*** 8,13 ****
  
  #ifdef STACKLESS
! #include "stackless_impl.h"
! #include "taskletobject.h"
  
  void
--- 8,13 ----
  
  #ifdef STACKLESS
! #include "core/stackless_impl.h"
! #include "module/taskletobject.h"
  
  void


_______________________________________________
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