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

Christian Tismer tismer at centera.de
Mon Apr 5 20:22:31 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Stackless
In directory centera.de:/tmp/cvs-serv3173/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.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** stackless_impl.h	5 Apr 2004 18:20:24 -0000	1.73
--- stackless_impl.h	5 Apr 2004 18:22:29 -0000	1.74
***************
*** 294,303 ****
  
  #define STACKLESS_GETARG() struct x { struct x* y; }
! #define STACKLESS_PROMOTE(func)
! #define STACKLESS_PROMOTE_FLAG(flag)
! #define STACKLESS_PROMOTE_ALL()
! #define STACKLESS_PROPOSE(func)
! #define STACKLESS_PROPOSE_FLAG(flag)
! #define STACKLESS_PROPOSE_ALL()
  #define STACKLESS_RETRACT()
  #define STACKLESS_ASSERT()
--- 294,303 ----
  
  #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()


_______________________________________________
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