SWI-Prolog / packages-semweb

The SWI-Prolog RDF store
28 stars 14 forks source link

FIXED: atom indexing segfault with signal 11 on Mac OS X #24

Closed honnix closed 8 years ago

honnix commented 8 years ago

As discussed per thread: https://github.com/SWI-Prolog/packages-semweb/issues/22

Naming conflict and unsuitable detection of Apple LLVM and clang's support for visibility attribute results wrong function call at runtime when certain optimisation flags are used.

This fix changes the name of the function to avoid naming conflict on platform that doesn't support proper isolation.

JanWielemaker commented 8 years ago

Thanks!