mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Back out previous fix, correct place to fix is octave program
This commit is contained in:
parent
11e697311b
commit
f567656ef4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1475
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user