commit | 2b15bd810deb7172ffa62643a78a6611d4ba928b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Oct 29 04:54:13 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Oct 29 04:54:13 2010 +0000 |
tree | c470fca62d6b2f244bad05e34a70e9190eef6f24 | |
parent | a95e977e41ca13ac2677c455e5270cf4018f5838 [diff] [blame] |
#10222: fix for overzealous AIX compiler.
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index 424567d..2be3bf2 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h
@@ -15,7 +15,7 @@ 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 */