diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:26:54 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:26:54 +0000 |
commit | b3b7d859b3c282ee3b573899ba831852642bb18d (patch) | |
tree | 155845efc1cba430d17027d4a2f1a303582d92a0 /Python/graminit.c | |
parent | 14aa4599ed83e527bef45c165ded69753993d6dd (diff) | |
download | cpython-git-b3b7d859b3c282ee3b573899ba831852642bb18d.tar.gz |
Issue #4279: Fix build of parsermodule under Cygwin.
Diffstat (limited to 'Python/graminit.c')
-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 e65a992a64..ec2f4215f4 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}, |