commit bash-20100121 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 21:53:04 -05:00
parent 5cdaaf76ec
commit 68dfe178e9
37 changed files with 30685 additions and 78 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ extern void print_assoc_assignment __P((SHELL_VAR *, int));
extern arrayind_t array_expand_index __P((char *, int));
extern int valid_array_reference __P((char *));
extern char *array_value __P((char *, int, int *));
extern char *get_array_value __P((char *, int, int *));
extern char *array_value __P((char *, int, int *, arrayind_t *));
extern char *get_array_value __P((char *, int, int *, arrayind_t *));
extern char *array_keys __P((char *, int));