35635: a bit more consistency about making elements local

This commit is contained in:
Peter Stephenson 2015-06-27 21:19:01 +01:00
parent ef08028346
commit eb08892dcf
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@
2015-06-27 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 35635: Src/builtin.c: a bit more consistency about
making elements of things local.
* users/20281: Completion/Base/Core/_main_complete:
don't require MULTIFUNCDEF as _main_complete is parsed
before we can ensure it's set.

View file

@ -2325,7 +2325,7 @@ typeset_single(char *cname, char *pname, Param pm, UNUSED(int func),
zerrnam(cname,
"%s: can't create readonly array elements", pname);
return NULL;
} else if (on & PM_LOCAL) {
} else if ((on & PM_LOCAL) && locallevel) {
*subscript = 0;
pm = (Param) (paramtab == realparamtab ?
gethashnode2(paramtab, pname) :