mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 18:00:49 +02:00
fix for crash when executing PROMPT_COMMAND; fix for readline crash when rl_save_prompt is not followed by rl_set_prompt; fix for bash C-xg key binding listing completions; fix for precision overflow issue in printf; fix for readline non-multibyte builds
This commit is contained in:
@@ -177,6 +177,6 @@ extern arrayind_t element_back (ARRAY *, arrayind_t);
|
||||
#define ALL_ELEMENT_SUB(c) ((c) == '@' || (c) == '*')
|
||||
|
||||
/* In eval.c, but uses ARRAY * */
|
||||
extern int execute_array_command (ARRAY *, void *);
|
||||
extern int execute_array_command (ARRAY *, void *, int);
|
||||
|
||||
#endif /* _ARRAY_H_ */
|
||||
|
||||
Reference in New Issue
Block a user