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 b7f1ae2472
commit 4fe8dd675b

View File

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