1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

unposted (cf. 38612): remove overeager DPUTS()

This commit is contained in:
Barton E. Schaefer 2016-06-04 22:21:29 -07:00
parent ac3173be90
commit 3a6a6fda8a
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
2016-06-04 Barton E. Schaefer <schaefer@zsh.org>
* unposted (cf. 38612): Src/params.c: remove overeager DPUTS()
* 38599: Src/subst.c: skip the "no such named directory" warning
when NO_EXEC is in effect

View File

@ -2982,7 +2982,6 @@ sethparam(char *s, char **val)
return NULL;
queue_signals();
if (!(v = fetchvalue(&vbuf, &s, 1, SCANPM_ASSIGNING))) {
DPUTS(!v, "BUG: assigning to undeclared associative array");
createparam(t, PM_HASHED);
checkcreate = isset(WARNCREATEGLOBAL) && locallevel > forklevel;
} else if (!(PM_TYPE(v->pm->node.flags) & PM_HASHED) &&