commit | b3b7d859b3c282ee3b573899ba831852642bb18d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 11 09:26:54 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 11 09:26:54 2009 +0000 |
tree | 155845efc1cba430d17027d4a2f1a303582d92a0 | |
parent | 14aa4599ed83e527bef45c165ded69753993d6dd [diff] [blame] |
Issue #4279: Fix build of parsermodule under Cygwin.
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},