mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
#10222: fix for overzealous AIX compiler.
This commit is contained in:
parent
a95e977e41
commit
2b15bd810d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue