[Stackless-checkins] CVS: slpdev/src/2.3/src/Include pystate.h, 1.9, 1.10

Christian Tismer tismer at centera.de
Mon Dec 19 11:33:04 CET 2005


Update of /home/cvs/slpdev/src/2.3/src/Include
In directory centera.de:/tmp/cvs-serv13533/src/2.3/src/Include

Modified Files:
	pystate.h 
Log Message:
added support for 64 bit amd processors.
The unix version is from Hye-Chik Chang  (thanks, sorry for waiting so long, not tested)
The windows version is from CCPgames (thanks Kristjan), with some corrections from me.

Index: pystate.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/src/Include/pystate.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pystate.h	14 Jan 2004 19:11:07 -0000	1.9
--- pystate.h	19 Dec 2005 10:33:02 -0000	1.10
***************
*** 6,9 ****
--- 6,10 ----
  #define Py_PYSTATE_H
  #ifdef STACKLESS
+ #include "stackless.h"
  #include "stackless_tstate.h"
  #endif


_______________________________________________
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