mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
zsh-workers/8267
This commit is contained in:
parent
e4fa892365
commit
7d2920511b
1 changed files with 1 additions and 0 deletions
|
@ -467,6 +467,7 @@ setvar(char *s, mnumber v)
|
||||||
zerr("lvalue required", NULL, 0);
|
zerr("lvalue required", NULL, 0);
|
||||||
v.type = MN_INTEGER;
|
v.type = MN_INTEGER;
|
||||||
v.u.l = 0;
|
v.u.l = 0;
|
||||||
|
return v;
|
||||||
}
|
}
|
||||||
if (noeval)
|
if (noeval)
|
||||||
return v;
|
return v;
|
||||||
|
|
Loading…
Reference in a new issue