commit bash-20161206 snapshot

This commit is contained in:
Chet Ramey
2016-12-08 13:04:34 -05:00
parent 731e5676a2
commit 99210c299b
34 changed files with 161 additions and 111 deletions
+1
View File
@@ -101,6 +101,7 @@ enum command_type { cm_for, cm_case, cm_while, cm_if, cm_simple, cm_select,
#define W_ASSNGLOBAL 0x2000000 /* word is a global assignment to declare (declare/typeset -g) */
#define W_NOBRACE 0x4000000 /* Don't perform brace expansion */
#define W_COMPLETE 0x8000000 /* word is being expanded for completion */
#define W_CHKLOCAL 0x10000000 /* check for local vars on assignment */
/* Flags for the `pflags' argument to param_expand() and various
parameter_brace_expand_xxx functions; also used for string_list_dollar_at */