mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
commit bash-20090219 snapshot
This commit is contained in:
@@ -604,6 +604,7 @@ quote_array_assignment_chars (list)
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* This function assumes s[i] == '['; returns with s[ret] == ']' if
|
||||
an array subscript is correctly parsed. */
|
||||
int
|
||||
@@ -662,6 +663,7 @@ skipsubscript (s, i)
|
||||
|
||||
return i;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* This function is called with SUB pointing to just after the beginning
|
||||
`[' of an array subscript and removes the array element to which SUB
|
||||
|
||||
Reference in New Issue
Block a user