Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec77645 commit e536892Copy full SHA for e536892
1 file changed
Python/ast.c
@@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *);
82
static PyObject *parsestr(const char *s, const char *encoding);
83
static PyObject *parsestrplus(struct compiling *, const node *n);
84
85
-extern grammar _PyParser_Grammar; /* From graminit.c */
86
-
87
#ifndef LINENO
88
#define LINENO(n) ((n)->n_lineno)
89
#endif
0 commit comments