summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:08 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:08 -0500
commit6fbe76202c7f75931aa84702136d879525963857 (patch)
tree2eb782bcabae64738952681593e60529365108d2 /variables.h
parentd356441fc69cf21730db35ed8ed63d6e210af762 (diff)
downloadbash-6fbe76202c7f75931aa84702136d879525963857.tar.gz
commit bash-20080327 snapshot
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 00e6ca27..cc621740 100644
--- a/variables.h
+++ b/variables.h
@@ -109,6 +109,8 @@ typedef struct _vlist {
#define att_assoc 0x0000040 /* variable is an associative array */
#define att_trace 0x0000080 /* function is traced with DEBUG trap */
+#define user_attrs (att_exported|att_readonly|att_integer|att_local|att_trace)
+
#define attmask_user 0x0000fff
/* Internal attributes used for bookkeeping */