diff options
Diffstat (limited to 'Src/parse.c')
-rw-r--r-- | Src/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/parse.c b/Src/parse.c index c938d2dce..c48669995 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1174,8 +1174,6 @@ par_case(int *cmplx) if (!strcmp(tokstr, "esac")) break; str = dupstring(tokstr); - incasepat = 0; - incmdpos = 1; type = WC_CASE_OR; pp = ecadd(0); palts = ecadd(0); |