summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 5354e9663..fb4d51ecd 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -599,7 +599,8 @@ struct value {
enum {
VALFLAG_INV = 0x0001, /* We are performing inverse subscripting */
- VALFLAG_EMPTY = 0x0002 /* Subscripted range is empty */
+ VALFLAG_EMPTY = 0x0002, /* Subscripted range is empty */
+ VALFLAG_SUBST = 0x0004 /* Substitution, so apply padding, case flags */
};
#define MAX_ARRLEN 262144