yyerror (defined in yacc.y) actually returns void.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
As discussed in D45447, the actual return type of yyerror as per POSIX is in fact int. So no change is needed here.