commit bash-20201109 snapshot

This commit is contained in:
Chet Ramey
2020-11-18 16:13:02 -05:00
parent 37f5a03805
commit 8ba5ed63db
14 changed files with 87 additions and 23 deletions
+1 -1
View File
@@ -33,8 +33,8 @@ typedef struct array {
enum atype type;
arrayind_t max_index;
int num_elements;
struct array_element *lastref;
struct array_element *head;
struct array_element *lastref;
} ARRAY;
typedef struct array_element {