[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless stackless_impl.h, 1.74, 1.75

Christian Tismer tismer at centera.de
Mon Apr 5 20:52:48 CEST 2004


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

Modified Files:
	stackless_impl.h 
Log Message:
still trying to convince gcc not to blather...

Index: stackless_impl.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/stackless_impl.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** stackless_impl.h	5 Apr 2004 18:22:29 -0000	1.74
--- stackless_impl.h	5 Apr 2004 18:52:45 -0000	1.75
***************
*** 293,305 ****
  /* turn the stackless flag macros into dummies */
  
! #define STACKLESS_GETARG() struct x { struct x* y; }
! #define STACKLESS_PROMOTE(func) 0
! #define STACKLESS_PROMOTE_FLAG(flag) 0
! #define STACKLESS_PROMOTE_ALL() 0
! #define STACKLESS_PROPOSE(func) 0
! #define STACKLESS_PROPOSE_FLAG(flag) 0
! #define STACKLESS_PROPOSE_ALL() 0
! #define STACKLESS_RETRACT()
! #define STACKLESS_ASSERT()
  
  #endif /* STACKLESS */
--- 293,305 ----
  /* turn the stackless flag macros into dummies */
  
! #define STACKLESS_GETARG() int stackless = 0
! #define STACKLESS_PROMOTE(func) stackless = 0
! #define STACKLESS_PROMOTE_FLAG(flag) stackless = 0
! #define STACKLESS_PROMOTE_ALL() stackless = 0
! #define STACKLESS_PROPOSE(func) {int stackless = 0;}
! #define STACKLESS_PROPOSE_FLAG(flag) {int stackless = 0;}
! #define STACKLESS_PROPOSE_ALL() {int stackless = 0;}
! #define STACKLESS_RETRACT() {int stackless = 0;}
! #define STACKLESS_ASSERT() {int stackless = 0;}
  
  #endif /* 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