One more fprintf bites the dist -- use PySys_WriteStderr

This commit is contained in:
Guido van Rossum 1998-12-04 18:51:01 +00:00
parent f261526423
commit d5516bc45f

View file

@ -526,7 +526,7 @@ PyTokenizer_Get(tok, p_start, p_end)
tok->indent--;
}
if (col != tok->indstack[tok->indent]) {
fprintf(stderr,
PySys_WriteStderr(
"inconsistent dedent\n");
tok->done = E_TOKEN;
tok->cur = tok->inp;