mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
Issue #4279: Fix build of parsermodule under Cygwin.
This commit is contained in:
parent
14aa4599ed
commit
b3b7d859b3
3 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "pgenheaders.h"
|
||||
#include "grammar.h"
|
||||
PyAPI_DATA(grammar) _PyParser_Grammar;
|
||||
static arc arcs_0_0[3] = {
|
||||
{2, 1},
|
||||
{3, 1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue