Don't use C++.

This commit is contained in:
Naoki INADA
2009-06-28 21:24:16 +09:00
parent 1b07b61c04
commit 3e396ef146
2 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,8 @@
#define MSGPACK_MAX_STACK_SIZE (1024)
#include "unpack_define.h"
struct unpack_user {
};
typedef struct unpack_user {
} unpack_user;
#define msgpack_unpack_struct(name) \