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
90d1dedd
Commit
90d1dedd
authored
Aug 29, 2009
by
Simon Marlow
Browse files
add RTS_PRIVATE attribute
parent
254528e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/Rts.h
View file @
90d1dedd
...
...
@@ -48,6 +48,11 @@ extern "C" {
#define ATTRIBUTE_ALIGNED(n)
/*nothing*/
#endif
// Symbols that are extern, but private to the RTS, are declared
// with visibility "hidden" to hide them outside the RTS shared
// library.
#define RTS_PRIVATE GNUC3_ATTRIBUTE(visibility("hidden"))
/* Fix for mingw stat problem (done here so it's early enough) */
#ifdef mingw32_HOST_OS
#define __MSVCRT__ 1
...
...
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