New:
module mh1
(input var int in1,
input var in2, in3,
output tagged_st out);
endmoduleOld:
module mh1
(input var int in1, input var in2, in3, output tagged_st out);
endmodulegetNextNonComment was modified to return a non-const pointer because
we needed to use it that way in verilogGroupDecl.
The comment on line 2620 was a typo. We corrected it while modifying
the function.
And other places as well.