aboutsummaryrefslogtreecommitdiffstats
path: root/subst.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-22 19:59:44 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-22 19:59:44 -0500
commit49ed961bb057ad481b8f22066d55526ecdfb3c09 (patch)
tree0de5c07d3d11d5f6af176fd8069f63b11b428d33 /subst.h
parent4692bbe41839a7f5ed03e7bc73ab9fc1be9a7ea0 (diff)
downloadandroid_external_bash-49ed961bb057ad481b8f22066d55526ecdfb3c09.tar.gz
android_external_bash-49ed961bb057ad481b8f22066d55526ecdfb3c09.tar.bz2
android_external_bash-49ed961bb057ad481b8f22066d55526ecdfb3c09.zip
Bash-4.2 patch 1
Diffstat (limited to 'subst.h')
-rw-r--r--subst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subst.h b/subst.h
index ae388fd..914fffe 100644
--- a/subst.h
+++ b/subst.h
@@ -56,6 +56,7 @@
#define SX_NOLONGJMP 0x0040 /* don't longjmp on fatal error */
#define SX_ARITHSUB 0x0080 /* extracting $(( ... )) (currently unused) */
#define SX_POSIXEXP 0x0100 /* extracting new Posix pattern removal expansions in extract_dollar_brace_string */
+#define SX_WORD 0x0200 /* extracting word in ${param op word} */
/* Remove backslashes which are quoting backquotes from STRING. Modifies
STRING, and returns a pointer to it. */