Back out previous fix, correct place to fix is octave program

This commit is contained in:
Andrey A. Chernov 1994-05-10 01:21:11 +00:00
parent 11e697311b
commit f567656ef4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1475

View File

@ -173,7 +173,7 @@ extern Function *rl_ignore_some_completions_function;
If this function exists and returns NULL then call the value of
rl_completion_entry_function to try to match, otherwise use the
array of strings returned. */
extern Function *rl_attempted_completion_function;
extern CPPFunction *rl_attempted_completion_function;
/* If non-zero, then this is the address of a function to call just
before readline_internal () prints the first prompt. */