]> Pileus Git - ~andy/sunrise/blob - app-office/openoffice-infra/files/3.0.1/gentoo-completion_matches.diff
app-office/openoffice-infra: Readed 3.0.1 due a lot of regressions at 3.1.0
[~andy/sunrise] / app-office / openoffice-infra / files / 3.0.1 / gentoo-completion_matches.diff
1 --- python/Python-2.3.4.patch.orig      2008-06-09 19:04:49.000000000 +0600
2 +++ python/Python-2.3.4.patch   2008-10-26 00:31:23.000000000 +0600
3 @@ -14661,3 +14661,14 @@
4   
5   /* Define the macros needed if on a UnixWare 7.x system. */
6   #if defined(__USLC__) && defined(__SCO_VERSION__)
7 +--- misc/build/Python-2.3.4/Modules/readline.c.orig    2008-08-04 18:36:17.000000000 +0600
8 ++++ misc/build/Python-2.3.4/Modules/readline.c 2008-08-04 20:08:02.000000000 +0600
9 +@@ -580,7 +580,7 @@
10 +       Py_XDECREF(endidx);
11 +       begidx = PyInt_FromLong((long) start);
12 +       endidx = PyInt_FromLong((long) end);
13 +-      return completion_matches(text, *on_completion);
14 ++      return rl_completion_matches(text, *on_completion);
15 + }
16
17