Merge remote-tracking branch 'jnothman/read_size_cpp'

Conflicts:
	msgpack/_msgpack.pyx
	setup.py
This commit is contained in:
INADA Naoki 2012-10-01 01:31:58 +09:00
commit e016b3dca0
6 changed files with 206 additions and 29 deletions

View file

@ -42,6 +42,7 @@ typedef struct unpack_user {
#define msgpack_unpack_user unpack_user
typedef int (*execute_fn)(msgpack_unpack_struct(_context)* ctx, const char* data, size_t len, size_t* off);
struct template_context;
typedef struct template_context template_context;