diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:30:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:30:50 (GMT) |
commit | a9b54c78d7d56a87e748e685b07f4cf9a060746c (patch) | |
tree | cd540a4e61bb3a9e6e6d7b511d560aec793145d7 /Python | |
parent | 81a3d1c13a04777de2288fb3fee445524f71bc51 (diff) | |
download | cpython-a9b54c78d7d56a87e748e685b07f4cf9a060746c.zip cpython-a9b54c78d7d56a87e748e685b07f4cf9a060746c.tar.gz cpython-a9b54c78d7d56a87e748e685b07f4cf9a060746c.tar.bz2 |
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.
........
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 6f3787a..c503a32 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}, |