mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
lang/c/msgpack: removed string type
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@54 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
f41c20a250
commit
249d3e9c90
9 changed files with 29 additions and 44 deletions
|
|
@ -34,7 +34,7 @@ typedef struct {
|
|||
size_t count;
|
||||
unsigned int ct;
|
||||
union {
|
||||
const unsigned char* terminal_trail_start;
|
||||
/*const unsigned char* terminal_trail_start;*/
|
||||
msgpack_object map_key;
|
||||
} tmp;
|
||||
} msgpack_unpacker_stack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue