summaryrefslogtreecommitdiff
path: root/msgpack/unpack.h
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-26 15:19:59 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-26 15:19:59 +0900
commit188da01777d83e4024c3c7799892a492e4ec25e8 (patch)
treecc37273212f123b58dcc8446c6172b0cd6e9a0c2 /msgpack/unpack.h
parent812c8bcff42a5b77f9ddfce70289bf754cca108c (diff)
downloadmsgpack-python-188da01777d83e4024c3c7799892a492e4ec25e8.tar.gz
Fix new version of msgpack.
Diffstat (limited to 'msgpack/unpack.h')
-rw-r--r--msgpack/unpack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack.h b/msgpack/unpack.h
index 2659a97..a106f9c 100644
--- a/msgpack/unpack.h
+++ b/msgpack/unpack.h
@@ -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 {