make _PyParser_TokenNames const

This commit is contained in:
Benjamin Peterson 2012-10-24 08:21:52 -07:00
parent 5b02d68863
commit d0845588b8
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ static void tok_backup(struct tok_state *tok, int c);
/* Token names */
char *_PyParser_TokenNames[] = {
const char *_PyParser_TokenNames[] = {
"ENDMARKER",
"NAME",
"NUMBER",