Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection

This commit is contained in:
Phil Nash 2017-07-12 14:52:36 +01:00
parent 878bd140e6
commit e3e6453229
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,7 @@
#include "catch_debugger.h"
#include "catch_errno_guard.h"
#include "catch_stream.h"
#include "catch_platform.h"
#ifdef CATCH_PLATFORM_MAC