Don't fail to set $$.
authorRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 21:54:55 +0000 (21:54 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 21:54:55 +0000 (21:54 +0000)
From-SVN: r6144

gcc/c-parse.in

index 2fc05a0..06fd36f 100644 (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); }
        ;