Make another parse error more informative
[ghc-hetmet.git] / rts / BeginPrivate.h
1 /* We don't use symbol visibility pragmas on FreeBSD, because it causes
2    "undefined reference" errors at link-time.  The true reasons are
3    unknown, however FreeBSD 8.x includes GCC 4.2.1 in the base system,
4    which might be buggy. */
5 #if __GNUC__ >= 4 && !defined(freebsd_HOST_OS)
6 #pragma GCC visibility push(hidden)
7 #endif