summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-o_readline.d
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcl/files/patch-o_readline.d')
-rw-r--r--lang/gcl/files/patch-o_readline.d11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-o_readline.d b/lang/gcl/files/patch-o_readline.d
new file mode 100644
index 000000000000..e6c3ccbd4a23
--- /dev/null
+++ b/lang/gcl/files/patch-o_readline.d
@@ -0,0 +1,11 @@
+--- ./o/readline.d.orig Sat Jul 20 08:10:56 2002
++++ ./o/readline.d Sat Sep 13 23:52:24 2003
+@@ -94,7 +94,7 @@
+ the word to complete. We can use the entire contents of rl_line_buffer
+ in case we want to do some simple parsing. Return the array of matches,
+ or NULL if there aren't any. */
+-extern char **completion_matches(char *,char *(*)(char *,int));
++/*extern char **completion_matches(char *,char *(*)(char *,int));*/
+ static char **rl_completion(char *text, int start, int end) {
+ return completion_matches(text, rl_completion_words);
+ }