diff --git a/src/verilog.l b/src/verilog.l index c3a3bda1e..f45b20b5f 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -572,7 +572,7 @@ vnum {vnum1}|{vnum2}|{vnum3}|{vnum4}|{vnum5} /************************************************************************/ /* AMS */ -{ +{ /* Generic unsupported warnings */ "above" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); } "abs" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }