1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 15:01:40 +02:00

22337: debugging code omitted from 22331

This commit is contained in:
Peter Stephenson 2006-03-08 15:50:50 +00:00
parent 2c858b890b
commit 80ec63bfa7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-03-08 Peter Stephenson <pws@csr.com>
* 22337: Src/builtin.c: debugging code omitted from 22331.
2006-03-07 Wayne Davison <wayned@users.sourceforge.net>
* 22301: Completion/Base/Completer/_expand: enable alises for the

View file

@ -2142,7 +2142,7 @@ typeset_single(char *cname, char *pname, Param pm, UNUSED(int func),
if (!(pm = setsparam(pname, ztrdup(value))))
return NULL;
if (pm != ipm) {
DPUTS(ipm->flags != pm->flags,
DPUTS(ipm->node.flags != pm->node.flags,
"BUG: parameter recreated with wrong flags");
unsetparam_pm(ipm, 0, 1);
}