mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 18:52:35 +02:00
commit bash-20061221 snapshot
This commit is contained in:
@@ -3859,7 +3859,7 @@ reset_readline_prompt ()
|
||||
/* A list of tokens which can be followed by newlines, but not by
|
||||
semi-colons. When concatenating multiple lines of history, the
|
||||
newline separator for such tokens is replaced with a space. */
|
||||
static int no_semi_successors[] = {
|
||||
static const int no_semi_successors[] = {
|
||||
'\n', '{', '(', ')', ';', '&', '|',
|
||||
CASE, DO, ELSE, IF, SEMI_SEMI, THEN, UNTIL, WHILE, AND_AND, OR_OR, IN,
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user