File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ FB_Static_Decl:
431
431
;
432
432
433
433
FB_Body :
434
- TOK_BEGIN Oom_IL_Network
434
+ TOK_BEGIN Zom_IL_Network
435
435
{
436
436
$$ = $2 ;
437
437
}
@@ -617,24 +617,23 @@ Constant_Decl:
617
617
;
618
618
619
619
Func_Body :
620
- TOK_BEGIN Oom_IL_Network
620
+ TOK_BEGIN Zom_IL_Network
621
621
{
622
622
$$ = $2 ;
623
623
}
624
624
;
625
625
626
626
// Network declaration
627
- Oom_IL_Network :
628
- Oom_IL_Network IL_Network
627
+ Zom_IL_Network :
628
+ Zom_IL_Network IL_Network
629
629
{
630
630
$$ = $1 ;
631
631
parser_stack ($$).add_to_operands(std::move(parser_stack($2 )));
632
632
}
633
- | IL_Network
633
+ | /* nothing */
634
634
{
635
635
newstack ($$);
636
636
parser_stack ($$).id(ID_statement_list_networks);
637
- parser_stack ($$).add_to_operands(std::move(parser_stack($1 )));
638
637
}
639
638
;
640
639
You can’t perform that action at this time.
0 commit comments