fix for posix semantics for the := word expansion when assigning array elements

This commit is contained in:
Chet Ramey
2021-12-14 14:18:00 -05:00
parent 567c0bc2ed
commit 5f2dd5ff95
17 changed files with 165 additions and 23 deletions
-2
View File
@@ -27,8 +27,6 @@
typedef intmax_t arrayind_t;
enum atype {array_indexed, array_assoc}; /* not used */
typedef struct array {
arrayind_t max_index;
arrayind_t num_elements;