commit bash-20161007 snapshot

This commit is contained in:
Chet Ramey
2016-10-19 15:13:54 -04:00
parent 64a7a6249f
commit ff293129ec
8 changed files with 1329 additions and 1806 deletions
+1
View File
@@ -94,6 +94,7 @@ extern ARRAY *array_from_string __P((char *, char *));
#define array_num_elements(a) ((a)->num_elements)
#define array_max_index(a) ((a)->max_index)
#define array_first_index(a) ((a)->head->next->ind)
#define array_head(a) ((a)->head)
#define array_empty(a) ((a)->num_elements == 0)