wok-next view clisp/stuff/patches/readline.lisp.patch @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | |
children |
line source
1 $NetBSD: patch-modules_readline_readline.lisp,v 1.1 2016/09/20 14:10:25 wiz Exp $
3 rl_readline_state changed from int to unsigned long in readline-7.0.
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.