Mark inline to avoid warning with "require prototypes" on.

[SVN r12490]
This commit is contained in:
Darin Adler
2002-01-24 19:15:30 +00:00
committed by Peter Dimov
parent 70fd9789be
commit 92f489c14c

View File

@@ -22,7 +22,7 @@ namespace boost
namespace detail
{
void current_function_helper()
inline void current_function_helper()
{
#if defined(__GNUC__)