File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ aggregate_init_body(A) ::= aggregate_init_element(B) TOK_COLON expression(C).
437437
438438 LISTadd_last (A, (Generic)C);
439439
440- B ->type ->u .type ->body ->flags .repeat = 1 ;
440+ C ->type ->u .type ->body ->flags .repeat = 1 ;
441441}
442442aggregate_init_body (A) ::= aggregate_init_body(B) TOK_COMMA
443443 aggregate_init_element(C).
@@ -455,7 +455,7 @@ aggregate_init_body(A) ::= aggregate_init_body(B) TOK_COMMA
455455 LISTadd_last (A, (Generic)C);
456456 LISTadd_last (A, (Generic)D);
457457
458- C ->type ->u .type ->body ->flags .repeat = 1 ;
458+ D ->type ->u .type ->body ->flags .repeat = 1 ;
459459}
460460
461461aggregate_type (A) ::= TOK_AGGREGATE TOK_OF parameter_type(B).
Original file line number Diff line number Diff line change @@ -2378,7 +2378,7 @@ static void yy_reduce(
23782378
23792379 LISTadd_last (yygotominor .yy371 , (Generic )yymsp [0 ].minor .yy401 );
23802380
2381- yymsp [-2 ].minor .yy401 -> type -> u .type -> body -> flags .repeat = 1 ;
2381+ yymsp [0 ].minor .yy401 -> type -> u .type -> body -> flags .repeat = 1 ;
23822382}
23832383#line 2384 "expparse.c"
23842384 break ;
@@ -2400,7 +2400,7 @@ static void yy_reduce(
24002400 LISTadd_last (yygotominor .yy371 , (Generic )yymsp [-2 ].minor .yy401 );
24012401 LISTadd_last (yygotominor .yy371 , (Generic )yymsp [0 ].minor .yy401 );
24022402
2403- yymsp [-2 ].minor .yy401 -> type -> u .type -> body -> flags .repeat = 1 ;
2403+ yymsp [0 ].minor .yy401 -> type -> u .type -> body -> flags .repeat = 1 ;
24042404}
24052405#line 2406 "expparse.c"
24062406 break ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ set(baseline_perplex_version "1.0.0")
55set (baseline_lempar_c_md5 60741b9dd886b77a5732a2e85d6d56b0)
66set (baseline_perplex_template_c_md5 7db377251a8c99c835f06df129d95bed)
77set (baseline_expscan_l_md5 617531ffdf3ee747cd5980f3c3a9a4bd)
8- set (baseline_expparse_y_md5 244659c4cad22469de35148500ad8020 )
8+ set (baseline_expparse_y_md5 5443ad0e6683ac00766dfc6e2cd72cbf )
99set (baseline_expscan_c_md5 980080ce3ee1366a28f2ecfabbe65a3f)
1010set (baseline_expscan_h_md5 3052c058a37045b43f96e4c04039bce3)
11- set (baseline_expparse_c_md5 9ced1c34faca204d487929f14712a888 )
11+ set (baseline_expparse_c_md5 37b5ed548cd394342c18e240d312f55e )
1212set (baseline_expparse_h_md5 e4a5599839b2a9f7a6915a0dcc7747b0)
You can’t perform that action at this time.
0 commit comments