mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 11:40:30 +02:00
fix cosmetic error when printing if commands containing here-documents in the body; compiling -DSTRICT_POSIX now forces posix-mode shells to expand redirections before assignment statements preceding simple commands
This commit is contained in:
@@ -46,6 +46,7 @@ extern void assoc_remove (HASH_TABLE *, const char *);
|
||||
extern char *assoc_reference (HASH_TABLE *, const char *);
|
||||
|
||||
extern char *assoc_subrange (HASH_TABLE *, arrayind_t, arrayind_t, int, int, int);
|
||||
extern char *assoc_subslice (HASH_TABLE *, char *, char *, int, int, int);
|
||||
extern char *assoc_patsub (HASH_TABLE *, char *, char *, int);
|
||||
extern char *assoc_modcase (HASH_TABLE *, char *, int, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user