diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:26:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:26:54 (GMT) |
commit | b3b7d859b3c282ee3b573899ba831852642bb18d (patch) | |
tree | 155845efc1cba430d17027d4a2f1a303582d92a0 /Python | |
parent | 14aa4599ed83e527bef45c165ded69753993d6dd (diff) | |
download | cpython-b3b7d859b3c282ee3b573899ba831852642bb18d.zip cpython-b3b7d859b3c282ee3b573899ba831852642bb18d.tar.gz cpython-b3b7d859b3c282ee3b573899ba831852642bb18d.tar.bz2 |
Issue #4279: Fix build of parsermodule under Cygwin.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/graminit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index e65a992..ec2f421 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -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}, |