[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless/pickling prickelpit.c, 1.73, 1.74

Christian Tismer tismer at centera.de
Sat May 1 22:24:12 CEST 2004


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

Modified Files:
	prickelpit.c 
Log Message:
added more compatibility patches

Index: prickelpit.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/pickling/prickelpit.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** prickelpit.c	1 May 2004 19:01:06 -0000	1.73
--- prickelpit.c	1 May 2004 20:24:10 -0000	1.74
***************
*** 1438,1441 ****
--- 1438,1443 ----
   ******************************************************/
  
+ #ifdef PyAPI_23
+ 
  /*
   * unfortunately we have to copy here.
***************
*** 1487,1490 ****
--- 1489,1493 ----
  #define initchain init_enumtype
  
+ #endif */ PyAPI_23 */
  
  /******************************************************
***************
*** 1494,1497 ****
--- 1497,1502 ----
   ******************************************************/
  
+ #ifdef PyAPI_23
+ 
  /*
   * unfortunately we have to copy here.
***************
*** 1542,1545 ****
--- 1547,1552 ----
  #define initchain init_listitertype
  
+ #endif /* PyAPI_23 */
+ 
  
  /******************************************************
***************
*** 1549,1552 ****
--- 1556,1561 ----
   ******************************************************/
  
+ #ifdef PyAPI_23
+ 
  /*
   * unfortunately we have to copy here.
***************
*** 1608,1611 ****
--- 1617,1622 ----
  #define initchain init_rangeitertype
  
+ #endif */ PyAPI_23 */
+ 
  
  /******************************************************
***************
*** 1615,1618 ****
--- 1626,1631 ----
   ******************************************************/
  
+ #ifdef PyAPI_23
+ 
  /*
   * unfortunately we have to copy here.
***************
*** 1664,1667 ****
--- 1677,1682 ----
  #define initchain init_tupleitertype
  
+ #endif /* PyAPI_23 */
+ 
  
  /******************************************************
***************
*** 1671,1674 ****
--- 1686,1691 ----
   ******************************************************/
  
+ #ifdef pyAPI_23
+ 
  /*
   * unfortunately we have to copy here.
***************
*** 1710,1713 ****
--- 1727,1732 ----
  #define initchain init_rangetype
  
+ #endif /* PyAPI_23 */
+ 
  
  /******************************************************


_______________________________________________
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