From a9b54c78d7d56a87e748e685b07f4cf9a060746c Mon Sep 17 00:00:00 2001 From: "Martin v. Löwis" Date: Sun, 11 Jan 2009 09:30:50 +0000 Subject: Merged revisions 68523 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68523 | martin.v.loewis | 2009-01-11 10:26:54 +0100 (So, 11 Jan 2009) | 2 lines Issue #4279: Fix build of parsermodule under Cygwin. ........ --- Python/graminit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/graminit.c') diff --git a/Python/graminit.c b/Python/graminit.c index 6f3787ac57a..c503a322a40 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}, -- cgit v1.2.3