mirror of https://github.com/python/cpython.git
Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.
This commit is contained in:
parent
13aa5cedcb
commit
c095200783
|
@ -50,6 +50,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "pgen.h"
|
||||
|
||||
int Py_DebugFlag;
|
||||
int Py_VerboseFlag;
|
||||
|
||||
/* Forward */
|
||||
grammar *getgrammar Py_PROTO((char *filename));
|
||||
|
|
Loading…
Reference in New Issue