mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
make _PyParser_TokenNames const
This commit is contained in:
parent
5b02d68863
commit
d0845588b8
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue