Bash-4.3 patch 31

This commit is contained in:
Chet Ramey
2015-01-15 10:20:04 -05:00
parent ca6a2ba40c
commit f9d85604a7
4 changed files with 5397 additions and 3 deletions

View File

@@ -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 */