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
980fc7d0
Commit
980fc7d0
authored
May 13, 2005
by
simonmar
Browse files
[project @ 2005-05-13 14:27:56 by simonmar]
gcc 4.0.0 fix: don't declare static static_objects as extern
parent
c7bb04e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Storage.h
View file @
980fc7d0
...
...
@@ -421,7 +421,6 @@ extern void newDynCAF(StgClosure *);
extern
void
move_TSO
(
StgTSO
*
src
,
StgTSO
*
dest
);
extern
StgTSO
*
relocate_stack
(
StgTSO
*
dest
,
ptrdiff_t
diff
);
extern
StgClosure
*
RTS_VAR
(
static_objects
);
extern
StgClosure
*
RTS_VAR
(
scavenged_static_objects
);
extern
StgWeak
*
RTS_VAR
(
old_weak_ptr_list
);
extern
StgWeak
*
RTS_VAR
(
weak_ptr_list
);
...
...
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