summaryrefslogtreecommitdiff
path: root/variables.h~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:48 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:48 -0500
commit33fe8777ceb37428666ade0fa64dbac94d6b8fe5 (patch)
tree73797f03e5ae1560988384227dca480417b541b9 /variables.h~
parentf13513ff9ecac9ed83d930fab26329cd7aba4885 (diff)
downloadbash-33fe8777ceb37428666ade0fa64dbac94d6b8fe5.tar.gz
commit bash-20080515 snapshot
Diffstat (limited to 'variables.h~')
-rw-r--r--variables.h~2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h~ b/variables.h~
index 1ce9cea9..cc621740 100644
--- a/variables.h~
+++ b/variables.h~
@@ -109,7 +109,7 @@ 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_array|att_integer|att_local|att_assoc|att_trace)
+#define user_attrs (att_exported|att_readonly|att_integer|att_local|att_trace)
#define attmask_user 0x0000fff