mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix warnings by adding more const (GH-12924)
This commit is contained in:
parent
574913479f
commit
09415ff0eb
6 changed files with 18 additions and 23 deletions
|
@ -11,7 +11,7 @@ extern "C" {
|
|||
|
||||
typedef struct {
|
||||
int s_state; /* State in current DFA */
|
||||
dfa *s_dfa; /* Current DFA */
|
||||
const dfa *s_dfa; /* Current DFA */
|
||||
struct _node *s_parent; /* Where to add next node */
|
||||
} stackentry;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue