Keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-05 23:27:02 +00:00
parent ed0af8fe70
commit 80bb9655f0
6 changed files with 38 additions and 28 deletions

View file

@ -994,7 +994,6 @@ com_sliceobj(c, n)
{
int i=0;
int ns=2; /* number of slice arguments */
int first_missing=0;
node *ch;
/* first argument */
@ -2871,7 +2870,7 @@ optimize(c)
{
unsigned char *next_instr, *cur_instr;
int opcode;
int oparg;
int oparg = 0;
object *name;
object *error_type, *error_value, *error_traceback;