summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@gear>2009-06-16 01:56:04 +0900
committerNaoki INADA <inada-n@gear>2009-06-16 01:56:04 +0900
commita90efd70c229b94b81184e94d6b36e727144ff23 (patch)
tree2f47e2ebe131244fe607977c559cfe30ccfc53f5
parent85b68fbf8c33fb7daaaa1caafe50be8361c4b1d1 (diff)
downloadmsgpack-python-a90efd70c229b94b81184e94d6b36e727144ff23.tar.gz
Increase stack size.
-rw-r--r--unpack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unpack.h b/unpack.h
index e51557f..c98c19a 100644
--- a/unpack.h
+++ b/unpack.h
@@ -15,6 +15,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+#define MSGPACK_MAX_STACK_SIZE (1024)
#include "msgpack/unpack_define.h"
typedef struct {