Don't fail to set $$.

From-SVN: r6144
This commit is contained in:
Richard Stallman 1993-11-23 21:54:55 +00:00
parent adc22a04eb
commit 5bb92565c0

View File

@ -1976,7 +1976,8 @@ label: CASE expr_no_commas ':'
maybe_type_qual:
/* empty */
{ emit_line_note (input_filename, lineno); }
{ emit_line_note (input_filename, lineno);
$$ = NULL_TREE; }
| TYPE_QUAL
{ emit_line_note (input_filename, lineno); }
;