Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
f1d99ae0
Commit
f1d99ae0
authored
Jan 22, 2010
by
Simon Marlow
Browse files
'store' should be static (#3835)
parent
849ce0c7
Changes
1
Show whitespace changes
Inline
Side-by-side
rts/Globals.c
View file @
f1d99ae0
...
...
@@ -32,7 +32,7 @@ typedef enum {
Mutex
globalStoreLock
;
#endif
StgStablePtr
store
[
MaxStoreKey
];
static
StgStablePtr
store
[
MaxStoreKey
];
void
initGlobalStore
(
void
)
...
...
Write
Preview
Supports
Markdown
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