[genius] Thu Apr 03 08:01:49 2014 Jiri (George) Lebl <jirka 5z com>
- From: George Lebl <jirka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Thu Apr 03 08:01:49 2014 Jiri (George) Lebl <jirka 5z com>
- Date: Thu, 3 Apr 2014 13:02:16 +0000 (UTC)
commit 5292545265af6ae4e8140b1af89369f7ae9be554
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date: Thu Apr 3 08:02:02 2014 -0500
Thu Apr 03 08:01:49 2014 Jiri (George) Lebl <jirka 5z com>
* src/inter.c, src/genius-readline-helper.c: apply patch from Felipe
Sateler of debian to fix build with new readline.
ChangeLog | 5 +++++
src/genius-readline-helper.c | 2 +-
src/inter.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4b833a5..ea5b80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 03 08:01:49 2014 Jiri (George) Lebl <jirka 5z com>
+
+ * src/inter.c, src/genius-readline-helper.c: apply patch from Felipe
+ Sateler of debian to fix build with new readline.
+
Wed Mar 26 18:44:53 2014 Jiri (George) Lebl <jirka 5z com>
* lib/linear_algebra/linear_algebra.gel: Fix IsInvertibleField,
diff --git a/src/genius-readline-helper.c b/src/genius-readline-helper.c
index 7e9e84b..dbf8fd2 100644
--- a/src/genius-readline-helper.c
+++ b/src/genius-readline-helper.c
@@ -183,7 +183,7 @@ main(int argc, char *argv[])
rl_terminal_name = "xterm";
rl_readline_name = "Genius";
rl_attempted_completion_function =
- (CPPFunction *)tab_completion;
+ (rl_completion_func_t *)tab_completion;
while(fgets(buf,4096,infp)) {
int count;
diff --git a/src/inter.c b/src/inter.c
index 915f115..f0d2558 100644
--- a/src/inter.c
+++ b/src/inter.c
@@ -367,5 +367,5 @@ init_inter(void)
{
rl_readline_name = "Genius";
rl_attempted_completion_function =
- (CPPFunction *)tab_completion;
+ (rl_completion_func_t *)tab_completion;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]