summaryrefslogtreecommitdiff
path: root/dev-lisp/clisp/files/clisp-2.49-readline-7.patch
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-03-09 08:54:17 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 08:54:17 +0100
commit76e8ffa2739346b313b35731b184832e492db182 (patch)
treeeac3a4945a077a1db5d967a27a51b072aaa97a3d /dev-lisp/clisp/files/clisp-2.49-readline-7.patch
parentb5bcad7f065ac993305406767ca3b986e5fb586a (diff)
downloadgentoo-76e8ffa2739346b313b35731b184832e492db182.tar.gz
gentoo-76e8ffa2739346b313b35731b184832e492db182.tar.bz2
gentoo-76e8ffa2739346b313b35731b184832e492db182.zip
dev-lisp/clisp: Removes unused patches
Closes: https://github.com/gentoo/gentoo/pull/7396 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lisp/clisp/files/clisp-2.49-readline-7.patch')
-rw-r--r--dev-lisp/clisp/files/clisp-2.49-readline-7.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-lisp/clisp/files/clisp-2.49-readline-7.patch b/dev-lisp/clisp/files/clisp-2.49-readline-7.patch
deleted file mode 100644
index 0be5bd8ccc20..000000000000
--- a/dev-lisp/clisp/files/clisp-2.49-readline-7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 clisp-2.49.orig/modules/readline/readline.lisp clisp-2.49/modules/readline/readline.lisp
---- clisp-2.49.orig/modules/readline/readline.lisp 2010-01-07 04:18:03.000000000 +0600
-+++ clisp-2.49/modules/readline/readline.lisp 2016-09-29 22:23:53.837631568 +0700
-@@ -425,5 +425,5 @@
- (def-c-var gnu-readline-p (:name "rl_gnu_readline_p") (:type int)
- (:documentation "True if this is real GNU readline."))
--(def-c-var readline-state (:name "rl_readline_state") (:type int)
-+(def-c-var readline-state (:name "rl_readline_state") (:type ulong)
- (:documentation "Flags word encapsulating the current readline state."))
- (def-c-var editing-mode (:name "rl_editing_mode") (:type int)