X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fcount_lines;h=43ca79e68a51ca00dc104606d6428a75a31ea05d;hb=0372ac231bd18e993a2533f784805046876d5527;hp=8c7905c4eadb0013afa56d4ef1629a77d8b9fb34;hpb=9cdd5cb9454ebc2d960d0c0f53bac8a576cab329;p=ghc-hetmet.git diff --git a/ghc/compiler/count_lines b/ghc/compiler/count_lines index 8c7905c..43ca79e 100644 --- a/ghc/compiler/count_lines +++ b/ghc/compiler/count_lines @@ -54,6 +54,7 @@ printf "\n%-20s %6d %6d\n\n\n", 'TOTAL:', $tot, $totcmts; $tot = 0; $totcmts = 0; +printf "\n Code Comments\n"; foreach $m (sort (keys %ModCount)) { printf "%-20s %6d %6d\n", $m, $ModCount{$m}, $ModComments{$m}; $tot += $ModCount{$m};