[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless/core cframeobject.c, 1.67, 1.68 stackless_impl.h, 1.83, 1.84 stacklesseval.c, 1.143, 1.144

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


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

Modified Files:
	cframeobject.c stackless_impl.h stacklesseval.c 
Log Message:
broke the stackless files into logical groups, like in the MSVC folders.

Index: cframeobject.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/core/cframeobject.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** cframeobject.c	29 Apr 2004 02:22:15 -0000	1.67
--- cframeobject.c	29 Apr 2004 17:58:59 -0000	1.68
***************
*** 34,38 ****
  #ifdef STACKLESS
  #include "stackless_impl.h"
! #include "prickelpit.h"
  
  /* access macro to the members which are floating "behind" the object */
--- 34,38 ----
  #ifdef STACKLESS
  #include "stackless_impl.h"
! #include "pickling/prickelpit.h"
  
  /* access macro to the members which are floating "behind" the object */

Index: stackless_impl.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/core/stackless_impl.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** stackless_impl.h	24 Apr 2004 23:29:39 -0000	1.83
--- stackless_impl.h	29 Apr 2004 17:58:59 -0000	1.84
***************
*** 14,20 ****
  #include "frameobject.h"
  
! #include "flextype.h"
! #include "stackless_structs.h"
! #include "prickelpit.h"
  
  #undef STACKLESS_SPY
--- 14,20 ----
  #include "frameobject.h"
  
! #include "module/flextype.h"
! #include "core/stackless_structs.h"
! #include "pickling/prickelpit.h"
  
  #undef STACKLESS_SPY

Index: stacklesseval.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/core/stacklesseval.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** stacklesseval.c	29 Apr 2004 02:41:22 -0000	1.143
--- stacklesseval.c	29 Apr 2004 17:58:59 -0000	1.144
***************
*** 7,14 ****
  
  #include "stackless_impl.h"
! #include "prickelpit.h"
  
  /* platform specific constants */
! #include "slp_platformselect.h"
  
  /* Stackless extension for ceval.c */
--- 7,14 ----
  
  #include "stackless_impl.h"
! #include "pickling/prickelpit.h"
  
  /* platform specific constants */
! #include "platf/slp_platformselect.h"
  
  /* Stackless extension for ceval.c */


_______________________________________________
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