mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 19:30:49 +02:00
commit bash-20210127 snapshot
This commit is contained in:
@@ -27,10 +27,9 @@
|
||||
|
||||
typedef intmax_t arrayind_t;
|
||||
|
||||
enum atype {array_indexed, array_assoc}; /* only array_indexed used */
|
||||
enum atype {array_indexed, array_assoc}; /* not used */
|
||||
|
||||
typedef struct array {
|
||||
enum atype type;
|
||||
arrayind_t max_index;
|
||||
int num_elements;
|
||||
struct array_element *head;
|
||||
|
||||
Reference in New Issue
Block a user