[Stackless-checkins] CVS: slpdev/src/2.3/dev/Python ceval.c, 1.88, 1.89

Christian Tismer tismer at centera.de
Thu Jul 8 20:30:31 CEST 2004


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

Modified Files:
	ceval.c 
Log Message:
white space

Index: ceval.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Python/ceval.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** a/ceval.c	2 Jun 2004 23:03:42 -0000	1.88
--- b/ceval.c	8 Jul 2004 18:30:28 -0000	1.89
***************
*** 887,892 ****
          /* this is a return */
  		PUSH(retval); /* we are back from a function call */
!     }
!     else {
  		if (f->f_execute == PyEval_EvalFrame_iter) {
  			/* finalise the for_iter operation */
--- 887,892 ----
          /* this is a return */
  		PUSH(retval); /* we are back from a function call */
! 	}
! 	else {
  		if (f->f_execute == PyEval_EvalFrame_iter) {
  			/* finalise the for_iter operation */


_______________________________________________
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