diff --git a/configure/tools/munch.pl b/configure/tools/munch.pl index ee3a035a7..cd7d9464e 100755 --- a/configure/tools/munch.pl +++ b/configure/tools/munch.pl @@ -18,6 +18,7 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- while ($line = ) { + chomp $line; next if ($line =~ /__?GLOBAL_.F.+/); next if ($line =~ /__?GLOBAL_.I._GLOBAL_.D.+/); if ($line =~ /__?GLOBAL_.D.+/) {