Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510344
Collapse All | Expand All

(-)a/gcc/treelang/parse.y (-2 / +2 lines)
Lines 685-693 NAME LEFT_PARENTHESIS expressions_with_commas_opt RIGHT_PARENTHESIS { Link Here
685
685
686
expressions_with_commas_opt:
686
expressions_with_commas_opt:
687
/* Nil.  */ {
687
/* Nil.  */ {
688
$$ = 0
688
$$ = 0;
689
}
689
}
690
|expressions_with_commas { $$ = $1 }
690
|expressions_with_commas { $$ = $1; }
691
;
691
;
692
692
693
expressions_with_commas:
693
expressions_with_commas:

Return to bug 510344