Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
b4e3fbe0
Commit
b4e3fbe0
authored
May 13, 2005
by
simonmar
Browse files
[project @ 2005-05-13 14:28:59 by simonmar]
gcc 4.0.0 fix: don't declare static total_prof_ticks as extern
parent
980fc7d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Profiling.h
View file @
b4e3fbe0
...
...
@@ -24,8 +24,6 @@ void reportCCSProfiling ( void );
void
PrintNewStackDecls
(
void
);
extern
lnat
RTS_VAR
(
total_prof_ticks
);
extern
void
fprintCCS
(
FILE
*
f
,
CostCentreStack
*
ccs
);
extern
void
fprintCCS_stderr
(
CostCentreStack
*
ccs
);
...
...
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