Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b0de964e
Commit
b0de964e
authored
Mar 30, 2005
by
simonmar
Browse files
[project @ 2005-03-30 11:08:47 by simonmar]
statsPrintf: add a gcc attribute to get better type errors
parent
9ebc66ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Stats.c
View file @
b0de964e
...
...
@@ -121,7 +121,9 @@ static TICK_TYPE *GC_coll_times;
static
void
getTimes
(
void
);
static
nat
pageFaults
(
void
);
static
void
statsPrintf
(
char
*
s
,
...
);
static
void
statsPrintf
(
char
*
s
,
...
)
GNUC3_ATTRIBUTE
(
format
(
printf
,
1
,
2
));
static
void
statsFlush
(
void
);
static
void
statsClose
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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