1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/lang/gcl/files/patch-o_readline.d
Mark Murray 4e90ca4aa5 Rescue a hosed port from death row. GCL is now healthy enough to
compile and run Maxima (see math/). Make portlint-clean as well.
Claim maintainership in case it breaks again.
2003-09-14 15:10:02 +00:00

12 lines
556 B
D

--- ./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);
}