diff options
Diffstat (limited to 'meta/packages/python/python-2.6.1/07-export-grammer.patch')
-rw-r--r-- | meta/packages/python/python-2.6.1/07-export-grammer.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/packages/python/python-2.6.1/07-export-grammer.patch b/meta/packages/python/python-2.6.1/07-export-grammer.patch deleted file mode 100644 index b7ec2bbc65..0000000000 --- a/meta/packages/python/python-2.6.1/07-export-grammer.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- Python-2.6.1.orig/Parser/printgrammar.c 2008-04-13 15:35:56.000000000 -0500 | ||
2 | +++ Python-2.6.1/Parser/printgrammar.c 2008-12-28 00:01:28.675633800 -0600 | ||
3 | @@ -16,6 +16,7 @@ | ||
4 | fprintf(fp, "/* Generated by Parser/pgen */\n\n"); | ||
5 | fprintf(fp, "#include \"pgenheaders.h\"\n"); | ||
6 | fprintf(fp, "#include \"grammar.h\"\n"); | ||
7 | + fprintf(fp, "PyAPI_DATA(grammar) _PyParser_Grammar;\n"); | ||
8 | printdfas(g, fp); | ||
9 | printlabels(g, fp); | ||
10 | fprintf(fp, "grammar _PyParser_Grammar = {\n"); | ||