aboutsummaryrefslogtreecommitdiffstats
path: root/subst.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-01-15 10:20:04 -0500
committerDan Pasanen <dan.pasanen@gmail.com>2015-02-19 15:36:12 -0600
commit2b8818c04d17ef1268001609123647df95d5d219 (patch)
tree3a5320e16e75a7ab3f328f3a391b96454657fe2d /subst.h
parentecd891cf8b461375d693aa509c82467b11cf6b55 (diff)
downloadandroid_external_bash-2b8818c04d17ef1268001609123647df95d5d219.tar.gz
android_external_bash-2b8818c04d17ef1268001609123647df95d5d219.tar.bz2
android_external_bash-2b8818c04d17ef1268001609123647df95d5d219.zip
Bash-4.3 patch 31
Change-Id: I454d87ada1ca933e5d734c40d8dcce3e6202ecb7
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 cedaf8b..1c300ab 100644
--- a/subst.h
+++ b/subst.h
@@ -47,6 +47,7 @@
#define ASS_MKASSOC 0x0004
#define ASS_MKGLOBAL 0x0008 /* force global assignment */
#define ASS_NAMEREF 0x0010 /* assigning to nameref variable */
+#define ASS_FROMREF 0x0020 /* assigning from value of nameref variable */
/* Flags for the string extraction functions. */
#define SX_NOALLOC 0x0001 /* just skip; don't return substring */