Skip to content

Commit

Permalink
fxies #305: updated the parser file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Jul 19, 2021
1 parent d6ba4d9 commit dd7e8e8
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 @@ -2157,7 +2157,7 @@ int yyparse(YYPARSE_ARG)
{ yyval.obj = kx_gen_block_object(NULL); } break;
case 84:
#line 355 "src/kinx.y"
{ yyval.obj = YYASP(2-2).obj; } break;
{ yyval.obj = (YYASP(2-2).obj == NULL) ? kx_gen_block_object(NULL) : YYASP(2-2).obj; } break;
case 85:
#line 359 "src/kinx.y"
{ yyval.obj = kx_gen_modifier(YYASP(2-3).obj, kx_gen_break_object(KXST_BREAK, NULL)); } break;
Expand Down

0 comments on commit dd7e8e8

Please sign in to comment.