From 6a8be0aff12eda886b3603e1f9331f788ad1636e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 4 Feb 2003 11:23:01 +0000 Subject: 18188: Output balanced parentheses in case statements --- Src/text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/text.c') diff --git a/Src/text.c b/Src/text.c index 7405eaec0..794a04df9 100644 --- a/Src/text.c +++ b/Src/text.c @@ -521,6 +521,7 @@ gettext2(Estate state) taddnl(); else taddchr(' '); + taddstr("("); code = *state->pc++; taddstr(ecgetstr(state, EC_NODUP, NULL)); state->pc++; @@ -537,6 +538,7 @@ gettext2(Estate state) taddnl(); else taddchr(' '); + taddstr("("); code = *state->pc++; taddstr(ecgetstr(state, EC_NODUP, NULL)); state->pc++; -- cgit 1.4.1