mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00: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