From 8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 10 Oct 2016 10:55:48 +0100 Subject: 39599: Don't reset status before "case" execution --- Src/loop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Src/loop.c') diff --git a/Src/loop.c b/Src/loop.c index 3b9d02144..94b61b7ed 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -592,7 +592,6 @@ execcase(Estate state, int do_exec) word = ecgetstr(state, EC_DUP, NULL); singsub(&word); untokenize(word); - lastval = 0; cmdpush(CS_CASE); while (state->pc < end) { -- cgit 1.4.1