]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - subst.h
Bash-4.2 patch 34
[thirdparty/bash.git] / subst.h
diff --git a/subst.h b/subst.h
index ae388fd53dcf68a1cce42954bfd1880acb5c6136..914fffebf3ae01d845ef4aac9b37351ef7ee49d5 100644 (file)
--- 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. */