[Python-checkins] CVS: python/dist/src/Python compile.c,2.219,2.220

Sjoerd Mullender sjoerd@users.sourceforge.net
Thu, 30 Aug 2001 07:06:48 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv2394

Modified Files:
	compile.c 
Log Message:
Removed unreachable goto statement to silence SGI compiler.


Index: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.219
retrieving revision 2.220
diff -C2 -d -r2.219 -r2.220
*** compile.c	2001/08/27 19:45:25	2.219
--- compile.c	2001/08/30 14:06:45	2.220
***************
*** 5364,5368 ****
  			return;
  		}
- 		goto loop;
  	case atom:
  		tmp = CHILD(n, 0);
--- 5364,5367 ----