Fixed #elif syntax.

This commit is contained in:
Ananthakrishnan
2018-03-30 15:30:49 -07:00
parent b1620f1f6a
commit 1fdfde5d5f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#if !defined(MSGPACK_USE_CPP03)
#if defined(__APPLE__)
#include <libkern/OSAtomic.h>
#else
#elif
#include <atomic>
#endif // __APPLE__
#endif // MSGPACK_USE_CPP03

View File

@@ -24,7 +24,7 @@
#if !defined(MSGPACK_USE_CPP03)
#if defined(__APPLE__)
#include <libkern/OSAtomic.h>
#else
#elif
#include <atomic>
#endif // __APPLE__
#endif // MSGPACK_USE_CPP03