Skip to content

Commit

Permalink
WIP, re issue #597
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Sep 19, 2024
1 parent 9eef264 commit b1ee17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3936,7 +3936,7 @@ unsigned tokenize(parser *p, bool args, bool consing)
}

last_op = SB_strcmp(p->token, ")") && priority;
last_postfix = last_op && IS_POSTFIX(specifier);
last_postfix = IS_POSTFIX(specifier);
last_prefix = last_op && IS_PREFIX(specifier);

p->start_term = false;
Expand Down

0 comments on commit b1ee17a

Please sign in to comment.