aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index 0b524fc..ae3c75b 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -249,8 +249,10 @@ save_token(TOKSTK *tokptr)
need_space = 0;
break;
case ')':
+ case '[':
+ case ']':
obstack_1grow(&text_stk, tokptr->type);
- need_space = 1;
+ need_space = 0;
break;
default:
if (verbose)

Return to:

Send suggestions and report system problems to the System administrator.