diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 2 |
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 */ |