commit bash-20200327 snapshot

This commit is contained in:
Chet Ramey
2020-03-30 10:22:57 -04:00
parent 5f49ef47d1
commit e2e18b720b
7 changed files with 6317 additions and 6872 deletions
+3
View File
@@ -121,4 +121,7 @@ extern ARRAY *array_from_string __P((char *, char *));
#define ALL_ELEMENT_SUB(c) ((c) == '@' || (c) == '*')
/* In eval.c, but uses ARRAY_ELEMENT * */
extern int execute_array_command PARAMS((ARRAY_ELEMENT *, void *));
#endif /* _ARRAY_H_ */