mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
make PyGrammar_LabelRepr return a const char * (closes #16369)
This commit is contained in:
parent
3cb90241fc
commit
742b2f8d7a
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ PyGrammar_FindDFA(grammar *g, register int type)
|
|||
#endif
|
||||
}
|
||||
|
||||
char *
|
||||
const char *
|
||||
PyGrammar_LabelRepr(label *lb)
|
||||
{
|
||||
static char buf[100];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue