diff -cr ../Python-1.5.orig/Parser/tokenizer.c ./Parser/tokenizer.c *** ../Python-1.5.orig/Parser/tokenizer.c Tue Apr 29 23:03:03 1997 --- Parser/tokenizer.c Thu Mar 12 19:48:33 1998 *************** *** 477,484 **** /* Dedent -- any number, must be consistent */ while (tok->indent > 0 && col < tok->indstack[tok->indent]) { - tok->indent--; tok->pendin--; } if (col != tok->indstack[tok->indent]) { fprintf(stderr, --- 477,484 ---- /* Dedent -- any number, must be consistent */ while (tok->indent > 0 && col < tok->indstack[tok->indent]) { tok->pendin--; + tok->indent--; } if (col != tok->indstack[tok->indent]) { fprintf(stderr,