aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/expand.h b/expand.h
index 038519c9..e0bc6e5a 100644
--- a/expand.h
+++ b/expand.h
@@ -70,6 +70,9 @@ enum
/** Character representing variable expantion */
VARIABLE_EXPAND,
+ /** Character rpresenting variable expantion into a single element*/
+ VARIABLE_EXPAND_SINGLE,
+
/** Character representing the start of a bracket expantion */
BRACKET_BEGIN,