Untabify verilog.y (#3412). No functional change.

This commit is contained in:
Wilson Snyder 2022-05-08 20:46:08 -04:00
parent 9378259779
commit 5b2755d28d

View File

@ -5661,7 +5661,7 @@ pexpr<nodep>: // IEEE: property_expr (The name pexpr is important as regexps j
//UNSUP | /**/ id /**/ id ':' yCOVERPOINT expr iffE bins_or_empty { }
//UNSUP // // IEEE-2012:
//UNSUP | bins_or_empty { $$ = $1; }
//UNSUP ;
//UNSUP;
//UNSUPiffE<nodep>: // IEEE: part of cover_point, others
//UNSUP /* empty */ { $$ = nullptr; }