# HG changeset patch # User jwe # Date 757881252 0 # Node ID 64b486b19ce4280a267ca38aae753096fea43e70 # Parent 36586e60f30759ac8bbf5c51920bcfb99d6b6d5a [project @ 1994-01-06 18:34:12 by jwe] diff -r 36586e60f307 -r 64b486b19ce4 src/input.cc --- a/src/input.cc Wed Jan 05 19:31:19 1994 +0000 +++ b/src/input.cc Thu Jan 06 18:34:12 1994 +0000 @@ -39,6 +39,8 @@ #include "readline/readline.h" #include "readline/history.h" +extern void free_undo_list (); + extern char *xmalloc (); /* @@ -409,7 +411,7 @@ rl_readline_name = "Octave"; // Tell the completer that we want to try first. - rl_attempted_completion_function = (Function *) command_completer; + rl_attempted_completion_function = (CPPFunction *) command_completer; // Bind operate-and-get-next. rl_add_defun ("operate-and-get-next",