Kaydet (Commit) e5368925 authored tarafından Neal Norwitz's avatar Neal Norwitz

Remove unnecessary extern variable

üst ec77645d
...@@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *); ...@@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *);
static PyObject *parsestr(const char *s, const char *encoding); static PyObject *parsestr(const char *s, const char *encoding);
static PyObject *parsestrplus(struct compiling *, const node *n); static PyObject *parsestrplus(struct compiling *, const node *n);
extern grammar _PyParser_Grammar; /* From graminit.c */
#ifndef LINENO #ifndef LINENO
#define LINENO(n) ((n)->n_lineno) #define LINENO(n) ((n)->n_lineno)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment