Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36dce6 commit 66485aeCopy full SHA for 66485ae
1 file changed
Parser/tokenizer.h
@@ -43,7 +43,6 @@ struct tok_state {
43
int decoding_state; /* -1:decoding, 0:init, 1:raw */
44
int decoding_erred; /* whether erred in decoding */
45
int read_coding_spec; /* whether 'coding:...' has been read */
46
- int issued_encoding_warning; /* whether non-ASCII warning was issued */
47
char *encoding;
48
int cont_line; /* whether we are in a continuation line. */
49
#ifndef PGEN
0 commit comments