]> git.pld-linux.org Git - packages/clisp.git/blob - clisp-readline.patch
Release 4 (by relup.sh)
[packages/clisp.git] / clisp-readline.patch
1 $NetBSD: patch-modules_readline_readline.lisp,v 1.1 2016/09/20 14:10:25 wiz Exp $
2
3 rl_readline_state changed from int to unsigned long in readline-7.0.
4
5 --- modules/readline/readline.lisp.orig 2010-01-06 22:18:03.000000000 +0000
6 +++ modules/readline/readline.lisp
7 @@ -424,7 +424,7 @@ name in ~/.inputrc. This is preferred wa
8     "The version of this incarnation of the readline library, e.g., 0x0402."))
9  (def-c-var gnu-readline-p (:name "rl_gnu_readline_p") (:type int)
10    (:documentation "True if this is real GNU readline."))
11 -(def-c-var readline-state (:name "rl_readline_state") (:type int)
12 +(def-c-var readline-state (:name "rl_readline_state") (:type ulong)
13    (:documentation "Flags word encapsulating the current readline state."))
14  (def-c-var editing-mode (:name "rl_editing_mode") (:type int)
15    (:documentation "Says which editing mode readline is currently using.
This page took 0.074082 seconds and 3 git commands to generate.