From 5a87c94333904aea236f646c99c73ce25ba3c74a Mon Sep 17 00:00:00 2001 From: Naoki INADA Date: Sun, 28 Jun 2009 21:24:16 +0900 Subject: Don't use C++. --- msgpack/unpack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'msgpack') diff --git a/msgpack/unpack.h b/msgpack/unpack.h index dd23130..40058d0 100644 --- a/msgpack/unpack.h +++ b/msgpack/unpack.h @@ -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) \ -- cgit v1.2.1