mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 03:40:50 +02:00
allow assignment to array keys @ and *; minor completion fix
This commit is contained in:
@@ -1154,6 +1154,12 @@ const char * const _rl_possible_meta_prefixes[] = {
|
||||
"Meta", "M-", (const char *)NULL
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
static int parser_if (char *);
|
||||
static int parser_else (char *);
|
||||
static int parser_endif (char *);
|
||||
static int parser_include (char *);
|
||||
|
||||
/* Conditionals. */
|
||||
|
||||
/* Calling programs set this to have their argv[0]. */
|
||||
|
||||
Reference in New Issue
Block a user