mirror of https://github.com/python/cpython
#10222: fix for overzealous AIX compiler.
This commit is contained in:
parent
a95e977e41
commit
2b15bd810d
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
enum decoding_state {
|
||||
STATE_INIT,
|
||||
STATE_RAW,
|
||||
STATE_NORMAL, /* have a codec associated with input */
|
||||
STATE_NORMAL /* have a codec associated with input */
|
||||
};
|
||||
|
||||
/* Tokenizer state */
|
||||
|
|
Loading…
Reference in New Issue