diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-06-17 10:57:58 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-06-17 10:57:58 +0000 |
commit | 51b85031ce99f1e9d4c72249d6d85672188f0fbd (patch) | |
tree | 6fefe3ba6a0ee5507ce31d8a9eb884af47b0717e /rts/EndPrivate.h | |
parent | a998343dfabe92da17b2f60c78968eff2f444050 (diff) | |
download | haskell-51b85031ce99f1e9d4c72249d6d85672188f0fbd.tar.gz |
Fix the symbol visibility pragmas
Diffstat (limited to 'rts/EndPrivate.h')
-rw-r--r-- | rts/EndPrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/EndPrivate.h b/rts/EndPrivate.h new file mode 100644 index 0000000000..ac9df0479e --- /dev/null +++ b/rts/EndPrivate.h @@ -0,0 +1,3 @@ +#if __GNUC__ >= 4 +#pragma GCC visibility pop +#endif |