aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-03 02:49:13 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-03 02:49:13 +1000
commitd50c051eec9bc212bcf5e1bbc1e16d60ecf6f662 (patch)
tree10eda939a8d6f82b5b41ee15017f9716e2ad5394 /expand.h
parent8d58e58d7bb53e77752ea2897d100398ac62ace7 (diff)
Change quoting rules to POSIX style
darcs-hash:20051102164913-ac50b-d4b696394e13a2d4c787f8ee1a2b209317dddb51.gz
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,