mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +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);
|
||||
v.type = MN_INTEGER;
|
||||
v.u.l = 0;
|
||||
return v;
|
||||
}
|
||||
if (noeval)
|
||||
return v;
|
||||
|
|
Loading…
Reference in a new issue