mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
renamed several functions beginning with legal_; changed all callers
This commit is contained in:
+1
-1
@@ -1294,7 +1294,7 @@ tokenize_array_reference (const char *name, int flags, char **subp)
|
||||
if (t)
|
||||
{
|
||||
*t = '\0';
|
||||
r = legal_identifier (name);
|
||||
r = valid_identifier (name);
|
||||
if (flags & VA_NOEXPAND) /* Don't waste a lookup if we don't need one */
|
||||
isassoc = (entry = find_variable (name)) && assoc_p (entry);
|
||||
*t = '[';
|
||||
|
||||
Reference in New Issue
Block a user