public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl/files: gretl-1.9.14-readline.patch
@ 2014-03-27  3:38 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-03-27  3:38 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/03/27 03:38:20

  Added:                gretl-1.9.14-readline.patch
  Log:
  Fix for readline 6.3, thanks Helmut Jarausch bug #505886
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.1                  sci-mathematics/gretl/files/gretl-1.9.14-readline.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch?rev=1.1&content-type=text/plain

Index: gretl-1.9.14-readline.patch
===================================================================
--- cli/complete.c.ORIG	2007-08-22 16:44:46.000000000 +0200
+++ cli/complete.c	2014-03-26 16:54:40.463070119 +0100
@@ -126,6 +126,6 @@
     rl_readline_name = "gretl";
 
     /* Tell the completer that we want a crack first. */
-    rl_attempted_completion_function = (CPPFunction *) gretl_completion;
+    rl_attempted_completion_function =  (rl_completion_func_t*) gretl_completion;
 }
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-27  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27  3:38 [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl/files: gretl-1.9.14-readline.patch Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox