summaryrefslogtreecommitdiffstats
path: root/Parser/pgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/pgen.c')
-rw-r--r--Parser/pgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/pgen.c b/Parser/pgen.c
index 4b2acb8..f2adae9 100644
--- a/Parser/pgen.c
+++ b/Parser/pgen.c
@@ -112,7 +112,7 @@ newnfa(name)
char *name;
{
nfa *nf;
- static type = NT_OFFSET; /* All types will be disjunct */
+ static int type = NT_OFFSET; /* All types will be disjunct */
nf = PyMem_NEW(nfa, 1);
if (nf == NULL)