about summary refs log tree commit diff
path: root/Src/math.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-15 07:58:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-15 07:58:52 +0000
commit7d2920511b9dd2862c36e452bd8b1d6eeb07491c (patch)
treec78ffd9fb0bf28eb3466f893d1b411fb928afb96 /Src/math.c
parente4fa89236589a17f65d36aa24cf297c490898bea (diff)
downloadzsh-7d2920511b9dd2862c36e452bd8b1d6eeb07491c.tar.gz
zsh-7d2920511b9dd2862c36e452bd8b1d6eeb07491c.tar.xz
zsh-7d2920511b9dd2862c36e452bd8b1d6eeb07491c.zip
zsh-workers/8267
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/math.c b/Src/math.c
index d9855f1ba..1607d4472 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -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;