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

Christian Tismer tismer at centera.de
Mon Apr 5 19:17:38 CEST 2004


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

Modified Files:
	stackless_impl.h 
Log Message:
removed certain #ifdefs, which unfortunatly became necessary
after the STACKLESS_GETARG was moved to the top of every
function. I chnaged the definition for the not STACKLESS case
to a typedef, which is probably ignored and doesn't give warnings.

Index: stackless_impl.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/stackless_impl.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** stackless_impl.h	29 Mar 2004 00:04:45 -0000	1.70
--- stackless_impl.h	5 Apr 2004 17:17:36 -0000	1.71
***************
*** 293,297 ****
  /* turn the stackless flag macros into dummies */
  
! #define STACKLESS_GETARG()
  #define STACKLESS_PROMOTE(func) 0
  #define STACKLESS_PROMOTE_FLAG(flag) 0
--- 293,297 ----
  /* turn the stackless flag macros into dummies */
  
! #define STACKLESS_GETARG() typedef int this_is_just_a_syntax_issue
  #define STACKLESS_PROMOTE(func) 0
  #define STACKLESS_PROMOTE_FLAG(flag) 0


_______________________________________________
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