Fix new version of msgpack.

This commit is contained in:
INADA Naoki 2012-06-26 15:19:59 +09:00
parent 812c8bcff4
commit 188da01777
3 changed files with 14 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* limitations under the License.
*/
#define MSGPACK_MAX_STACK_SIZE (1024)
#define MSGPACK_EMBED_STACK_SIZE (1024)
#include "unpack_define.h"
typedef struct unpack_user {