Change name of extern "C" function so it's prefixed with "boost_"

[SVN r58812]
This commit is contained in:
John Maddock
2010-01-08 11:59:23 +00:00
parent 4a826c1ade
commit e1bd7c7a9b
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ inline bool scoped_static_mutex_lock::locked()const
namespace boost{
class BOOST_REGEX_DECL scoped_static_mutex_lock;
extern "C" BOOST_REGEX_DECL void free_static_mutex();
extern "C" BOOST_REGEX_DECL void boost_regex_free_static_mutex();
class BOOST_REGEX_DECL static_mutex
{