mirror of
https://github.com/msgpack/msgpack-c.git
synced 2026-01-09 15:42:57 +01:00
Fixed #elif syntax.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user