new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays

This commit is contained in:
Chet Ramey
2021-10-08 08:21:16 -04:00
parent f188aa6a01
commit f74291e6d1
8 changed files with 82 additions and 23 deletions
+1 -2
View File
@@ -4235,8 +4235,7 @@ fix_assignment_words (words)
#if defined (ARRAY_VARS)
/* Set W_ARRAYREF on words that are valid array references to a builtin that
accepts them. This is intended to eventually comnletely take the place of
assoc_expand_once. */
accepts them. This is intended to completely replace assoc_expand_once. */
static void
fix_arrayref_words (words)
WORD_LIST *words;