[Python-checkins] CVS: python/dist/src/Python ceval.c,2.239,2.240

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Apr 2001 19:46:13 -0700


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

Modified Files:
	ceval.c 
Log Message:
SF but #417587: compiler warnings compiling 2.1.
Repaired *some* of the SGI compiler warnings Sjoerd Mullender reported.


Index: ceval.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/ceval.c,v
retrieving revision 2.239
retrieving revision 2.240
diff -C2 -r2.239 -r2.240
*** ceval.c	2001/04/20 19:13:02	2.239
--- ceval.c	2001/04/21 02:46:11	2.240
***************
*** 2147,2151 ****
  			oparg = oparg<<16 | NEXTARG();
  			goto dispatch_opcode;
- 			break;
  
  		default:
--- 2147,2150 ----