mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
commit bash-20200316 snapshot
This commit is contained in:
+4
-2
@@ -221,8 +221,10 @@ typedef struct _vlist {
|
||||
|
||||
#define ifsname(s) ((s)[0] == 'I' && (s)[1] == 'F' && (s)[2] == 'S' && (s)[3] == '\0')
|
||||
|
||||
/* Flag values for make_local_variable */
|
||||
#define MKLOC_INHERIT 0x01
|
||||
/* Flag values for make_local_variable and its array counterparts */
|
||||
#define MKLOC_ASSOCOK 0x01
|
||||
#define MKLOC_ARRAYOK 0x02
|
||||
#define MKLOC_INHERIT 0x04
|
||||
|
||||
/* Special value for nameref with invalid value for creation or assignment */
|
||||
extern SHELL_VAR nameref_invalid_value;
|
||||
|
||||
Reference in New Issue
Block a user