summaryrefslogtreecommitdiff
path: root/msgpack/_unpacker.pyx
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2013-10-19 23:11:34 -0700
committerINADA Naoki <songofacandy@gmail.com>2013-10-19 23:11:34 -0700
commitec0691fb2c7ca28eb4544b98dcb5e59933233997 (patch)
tree136944ccbafb433abde9b86d99cbade8a28d9598 /msgpack/_unpacker.pyx
parentf45d7b4e2d362222698b755444ffb61f1cf74b02 (diff)
parent7123341ca89a9a3afee8521cc16a1a419ea8871e (diff)
downloadmsgpack-python-ec0691fb2c7ca28eb4544b98dcb5e59933233997.tar.gz
Merge pull request #77 from msgpack/newspec
[WIP] Support new spec.
Diffstat (limited to 'msgpack/_unpacker.pyx')
-rw-r--r--msgpack/_unpacker.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/msgpack/_unpacker.pyx b/msgpack/_unpacker.pyx
index 1f4dd85..7b0c8a6 100644
--- a/msgpack/_unpacker.pyx
+++ b/msgpack/_unpacker.pyx
@@ -18,7 +18,6 @@ from msgpack.exceptions import (
)
-
cdef extern from "unpack.h":
ctypedef struct msgpack_user:
bint use_list