[Stackless-checkins] r55048 - stackless/branches/release25-maint/Stackless/stackless.h

richard.tew python-checkins at python.org
Tue May 1 15:03:09 CEST 2007


Author: richard.tew
Date: Tue May  1 15:03:06 2007
New Revision: 55048

Modified:
   stackless/branches/release25-maint/Stackless/stackless.h
Log:
Forgot to re-enable Stackless.

Modified: stackless/branches/release25-maint/Stackless/stackless.h
==============================================================================
--- stackless/branches/release25-maint/Stackless/stackless.h	(original)
+++ stackless/branches/release25-maint/Stackless/stackless.h	Tue May  1 15:03:06 2007
@@ -12,7 +12,7 @@
 
 /****************************************************************************
 
-  Stackless Python Internal Configuration 
+  Stackless Python Internal Configuration
 
   Some preliminary description can be found in the draft document readme.txt
 
@@ -27,14 +27,14 @@
 
  ****************************************************************************/
 
-/* 
+/*
  * every platform needs to define its own interface here.
  * If this isn't defined, stackless is simply not compiled in.
  * Repeat the following sequence for every platform you support...
  * ...and then write your support code and mention it in the
  * common slp_platformselect.h file.
  */
-#define STACKLESS_OFF
+#define STACKLESS
 
 #ifdef STACKLESS_OFF
 #undef STACKLESS

_______________________________________________
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