mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 15:05:37 +02:00
Merge pull request #556 from obache/neatsrc/strip-cr
Strip unwanted CR before EOL
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#else
|
#else
|
||||||
#define PRIu64 "I64u"
|
#define PRIu64 "I64u"
|
||||||
#define PRIi64 "I64i"
|
#define PRIi64 "I64i"
|
||||||
#define PRIi8 "i"
|
#define PRIi8 "i"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user