X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fcount_lines%2Fcount_lines.lprl;h=50205ee796fa4f227d10d5d4e45acd35a178128d;hb=a59f5d6552674928879cae0d225e6052876d5ca4;hp=cec332616eed318562d0c4f99ecb3215da73cd3a;hpb=8e63e8eae43292fbeb219740eadd798bde76760c;p=ghc-hetmet.git diff --git a/utils/count_lines/count_lines.lprl b/utils/count_lines/count_lines.lprl index cec3326..50205ee 100644 --- a/utils/count_lines/count_lines.lprl +++ b/utils/count_lines/count_lines.lprl @@ -51,6 +51,7 @@ foreach $f ( @ARGV ) { # print the info $tot = 0; $totcmts = 0; +printf "\n Code Comments\n"; foreach $d (sort (keys %DirCount)) { printf "%-20s %6d %6d\n", $d, $DirCount{$d}, $DirComments{$d}; $tot += $DirCount{$d};