Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
9cdd5cb9
Commit
9cdd5cb9
authored
Jun 21, 2002
by
simonmar
Browse files
[project @ 2002-06-21 12:53:03 by simonmar]
bugfix
parent
597d56f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/count_lines
View file @
9cdd5cb9
...
...
@@ -38,7 +38,7 @@ foreach $f ( @ARGV ) {
}
else
{
print
STDERR
"
not counted in a directory:
$f
\n
";
$ModCount
{
$f
}
+=
$cnt
;
$ModComments
{
$
mod
}
+=
$comments
;
$ModComments
{
$
f
}
+=
$comments
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment