diff options
Diffstat (limited to 'Python/ast.c')
-rw-r--r-- | Python/ast.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/ast.c b/Python/ast.c index 731bf9a..2250683 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *); static PyObject *parsestr(const char *s, const char *encoding); static PyObject *parsestrplus(struct compiling *, const node *n); -extern grammar _PyParser_Grammar; /* From graminit.c */ - #ifndef LINENO #define LINENO(n) ((n)->n_lineno) #endif |