We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396fc4 commit 7305c72Copy full SHA for 7305c72
verilogpp
@@ -1745,6 +1745,11 @@ sub is_changed {
1745
return ($orig ne $self->{text});
1746
}
1747
1748
+sub _warn {
1749
+ my @c = caller;
1750
+ print STDERR "WARNING($c[2]): @_\n";
1751
+}
1752
+
1753
sub report_error {
1754
print STDERR "ERROR: @_\n";
1755
print "ERROR: @_\n";
@@ -2566,7 +2571,7 @@ sub expand_autointerface($$) {
2566
2571
$sort_autoif = 1;
2567
2572
2568
2573
2569
- my @filters = [];
2574
+ my @filters = ();
2570
2575
my @macro_lines = split(/\s*[\r\n]\s*/, $macro);
2576
foreach my $line (@macro_lines) {
2577
$line =~ s/^\s+//;
0 commit comments